From 3858cefb3e25f67c3556e04404efcd6af4274d33 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 31 May 2011 07:31:13 -0700 Subject: [PATCH] Fix body width to be fluid (except in IE6) so small-screen users aren't penalized. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5ef4a3e..bc44488 100644 --- a/style.css +++ b/style.css @@ -6,12 +6,13 @@ html { } body { - width: 480px; + max-width: 480px; padding: 0 0 40px; margin: 0 auto; font: 16px/1.4 Calibri, sans-serif; color: #222; background: #fff; + _width: 480px; } img {