From 7055e5e5369c357c8d498737b4ab70a83e54b5ae Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 7 Apr 2013 02:26:01 -0400 Subject: [PATCH] Restore previous page width to fix paragraphs formatting --- _less/screen.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index 05045c93..eac9f26b 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -144,7 +144,7 @@ li{ margin:10px 0px; } #head>div{ - max-width:1040px; + max-width:1050px; margin:auto; position:relative; overflow:hidden; @@ -156,7 +156,7 @@ li{ text-align: center; } #body{ - max-width:1040px; + max-width:1050px; margin:auto; position:relative; } @@ -364,7 +364,7 @@ li{ padding:20px 0px 20px 40px; text-align:left; font-size:94%; - max-width:1040px; + max-width:1050px; } #footer>div{ padding-top:6px;