From: Sebastian Bachmann Date: Thu, 18 Apr 2013 16:57:20 +0000 (+0200) Subject: fixing layout bugs X-Git-Url: https://git.deb.at/?p=debienna.git;a=commitdiff_plain;h=ab67a387a49d59603c2d752000f288cb26788a28;hp=e6773c3a4442d47546f9d800e8a1aefdd8c1695c fixing layout bugs --- diff --git a/local.css b/local.css index 1954a3c..413d2a4 100644 --- a/local.css +++ b/local.css @@ -4,21 +4,23 @@ body{ font-size: 0.8em; } - -.contentwrapper{ - width: 960px; +.page{ + max-width: 960px; margin: 0 auto; +} +.contentwrapper{ + overflow: auto; } .column-left{ float: left; - width: 450px; + width: 50%; } .column-right{ float: right; - width: 450px; + width: 45%; } .columns{ @@ -30,16 +32,11 @@ body{ /*Adjustment of textAdjustment of text */ h1, h2, h3, .title{ - color: #D70A53; + color: #C70036; } .pageheader { - border-radius: 10px; - background-color: white; - padding: 10px; - width: 960px; margin: 20px auto; - height: 100px; } .pageheader .title{ @@ -53,6 +50,22 @@ h1, h2, h3, .title{ padding-top: 30px; } +.pageheader .header{ + border-radius: 10px; + background-color: white; + padding: 10px; + height: 100px; +} + +.pageheader .actions{ + padding: 10px; + height: 30px; +} + +.pagebody{ + max-width: 960px; +} + #footer{ width: 960px; padding: 10px;