From b26dae8c925ef360f4264d029434b200aaf93d90 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 23 Mar 2012 18:55:25 +0100 Subject: Small change for the content section --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 3089a60..f4918e6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -200,7 +200,7 @@ a { /* The content section of the page */ .content { - width: 1024px; + width: 1000px; margin: auto; } -- cgit