Fix body width to be fluid (except in IE6) so small-screen users aren't penalized.

This commit is contained in:
Nicolas Gallagher 2011-05-31 07:31:13 -07:00
parent 259cea51f7
commit 3858cefb3e

View File

@ -6,12 +6,13 @@ html {
} }
body { body {
width: 480px; max-width: 480px;
padding: 0 0 40px; padding: 0 0 40px;
margin: 0 auto; margin: 0 auto;
font: 16px/1.4 Calibri, sans-serif; font: 16px/1.4 Calibri, sans-serif;
color: #222; color: #222;
background: #fff; background: #fff;
_width: 480px;
} }
img { img {