From 91a31e1621f9dd2d4516d427419f8c3628b888d2 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 4 Sep 2012 09:06:33 -0700 Subject: [PATCH] increase container (body) width in default CSS --- edbob/pyramid/static/css/edbob.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edbob/pyramid/static/css/edbob.css b/edbob/pyramid/static/css/edbob.css index 154bf05..5417a07 100644 --- a/edbob/pyramid/static/css/edbob.css +++ b/edbob/pyramid/static/css/edbob.css @@ -111,7 +111,7 @@ body > #container { #container { margin: 0 auto; - width: 800px; + width: 1000px; } #header {