From 096211c320156883fe8e5b3eccdfe87d1c324c6f Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 10 May 2014 11:38:38 -0400 Subject: [PATCH] Fix layout for lower screen resolutions (800x600) --- _less/screen.less | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index 2190e39d..7cddac1d 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -158,6 +158,7 @@ table td,table th{ .foundation-banner{ text-align:center; + width:940px; } .foundation-banner div{ display:inline-block; @@ -187,13 +188,13 @@ table td,table th{ margin:30px 0 30px 0; } .head div{ - max-width:940px; + width:940px; margin:auto; position:relative; z-index:100; } .body{ - max-width:940px; + width:940px; margin:auto; position:relative; } @@ -382,7 +383,7 @@ table td,table th{ position:relative; padding:20px 0; text-align:center; - max-width:940px; + width:940px; font-size:94%; } .footermenu{ @@ -1340,6 +1341,12 @@ h2 .rssicon{ .head{ margin:0; } + .head div{ + width:auto; + } + .body{ + width:auto; + } .langselect{ background-color:transparent; border:0; @@ -1408,11 +1415,15 @@ h2 .rssicon{ } .footer{ line-height:1.5em; + width:auto; } .footermenu{ display:block; margin-bottom:20px; } + .foundation-banner{ + width:auto; + } .index{ padding:15px; }