From b7830de70dd348a508be828b516c9f18984f026a Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 4 Apr 2008 22:32:08 +0000 Subject: [PATCH] This max-width was breaking the front page layout at lower resolutions. --- static/css/header.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/header.css b/static/css/header.css index d2eb132..f383c0c 100644 --- a/static/css/header.css +++ b/static/css/header.css @@ -31,7 +31,6 @@ .wide_center_area { width: 45em; - max-width: 60%; height: 100%; margin: 0 auto; }