Quote: margin: 0 0.8em 0 0;
...
padding: 20px 0 0 10px;
Better to pick one unit of measurement and stick with it - ems (em), pixels (px), centimeters (cm), or inches (in). (Does CSS still support inches, BTW?) That way there's consistency in the way the browser lays out the page.
I tend to use ems, since they look the same on screen and on paper. (Edit: You never know how big a pixel is on paper because printers have different DPI capabilities, or what the screen's display driver is going to decide how big a centimeter or inch is on your monitor, but ems vary only by the font you use.)
--
Rob Kelk
"Governments have no right to question the loyalty of those who oppose
them. Adversaries remain citizens of the same state, common subjects of
the same sovereign, servants of the same law."
- Michael Ignatieff, addressing Stanford University in 2012