HTML and CSS Reference
In-Depth Information
You can use the Marque Tool to measure the distance
between each thumbnail ( 24px in this case ).
Have a look at the “ nostyle ” class that is been added
in the converted index.html and what F2fw brings to
this class.
nostyle (no style)
Disables padding and
margin of ul , as well any
bullets for inner li .
ul.nostyle {
padding:0;
margin:0;
}
ul.nostyle li {
list-style-type:none;
}
This class comes in handy whenever you want to
disable the margin or the padding of any given ul
(or ol ) and its inner li list-style-type property.
 
Search WWH ::




Custom Search