Ems and unnessecary redundant definitions

liunx

Guest
Anybody want to either redo the following CSS for me or tell me how to use ems?
And anyone who wants to get rid of anything unnessecary go ahead.

The CSS is at <!-- m --><a class="postlink" href="http://www.subsilvernet.com/weblog.cssYes">http://www.subsilvernet.com/weblog.cssYes</a><!-- m -->, because I'm just about to dive head first into 7 tons of badly laid out CSS.

If you want to use em's and %'s then you mind of have to do it right from the start of coding the CSS, it's mega triple hard to convert a layout.
You could probably whip through it and change the font sizes to % or em though, you could just search the file for "font".Try validating first.
font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif; rule declared everywhere. One declaration would probably have been enough.
display:box ???
#contentmembers, #contentmailing {/*same rule */}
#menu #search { bborder-bottom: typo?
#menu #search {...} #search is unique, #search {...} is sufficient.
min-height: 550; no units
h1 { display:none; } why?
 
Back
Top