Explore
 Lists  Reviews  Images  Update feed
Categories
MoviesTV ShowsMusicBooksGamesDVDs/Blu-RayPeopleArt & DesignPlacesWeb TV & PodcastsToys & CollectiblesComic Book SeriesBeautyAnimals   View more categories »
Listal logo

.small class is BAD

Gary King 17 years, 9 months ago at Jul 19 18:41 -
Fix the .small class in CSS. Look at how it looks like for me in Firefox 1.5 on Mac OS X: [Link removed - login to see]

Instead of:

.small {font-size: 70%;}

You better use something else like 'em' or 'px' instead. Don't use relative sizes for fonts; at least, I'd consider it a bad idea. Use em if you really want something relative.
Majdan 17 years, 9 months ago at Jul 19 22:58 -
i always heard using relative size fonts is a plus.
Gary King 17 years, 9 months ago at Jul 21 1:42 -
Yes, but use em, not percentages.