HTML and CSS Reference
In-Depth Information
When you styled the paragraphs earlier, you also
spaced the anchors between them by adding a right
margin.
To cancel that space after the Twitter icon (e.g. its
right margin ), use the “ nmr ” class from F2fw .
nmr ( nomarginright )
.nmr {
margin-right:0 !important;
Cancels right margin.
}
Other similar classes that F2fw gives you are:
nml ( nomarginleft ), nmt ( nomargintop ),
nmb ( nomarginbottom )
npl ( nopaddingleft ), npt ( nopaddingtop ),
npr ( nopaddingright ) and npb ( nopaddingbottom )
• and so on..
 
Search WWH ::




Custom Search