]> git.deb.at Git - debienna.git/commitdiff
fixing layout bugs
authorSebastian Bachmann <me@free-minds.net>
Thu, 18 Apr 2013 16:57:20 +0000 (18:57 +0200)
committerSebastian Bachmann <me@free-minds.net>
Thu, 18 Apr 2013 16:57:20 +0000 (18:57 +0200)
local.css

index 1954a3cc9b7c61d9f9a9fa93e587e8182c4ba4bf..413d2a4659f73f948108d190b663037ea94e827b 100644 (file)
--- 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;