[IMPROVEMENT] Better site layout

This commit is contained in:
Sebastian Grewe 2013-09-19 14:33:02 +02:00
parent 515af18ea5
commit 0aac4289a9
2 changed files with 10 additions and 8 deletions

View File

@ -193,8 +193,8 @@ span.toggle {
footer.footer { footer.footer {
clear: both; clear: both;
text-align: center; text-align: center;
height: 80px; height: 60px;
margin-top: -80px; margin-top: -60px;
position: relative; position: relative;
padding: 4px 0px 0px 0px; padding: 4px 0px 0px 0px;
background:url("../images/header_bg.png") repeat-x scroll 0% 0% rgb(34, 34, 34); background:url("../images/header_bg.png") repeat-x scroll 0% 0% rgb(34, 34, 34);

View File

@ -317,11 +317,11 @@ margin-top: 20%;
section#main { section#main {
width: 87%; background: url("../images/sidebar_shadow.png") repeat-y scroll left top transparent;
min-height: 88%;
background: url(../images/sidebar_shadow.png) repeat-y left top;
float: left; float: left;
margin-top: -2px; margin-top: -2px;
min-height: 80%;
width: 88%;
} }
#main h3 { #main h3 {
@ -378,23 +378,25 @@ color: #666;}
.width_full { .width_full {
width: 95%; width: 95%;
margin: 20px 0px 10px 30px;
float: left;
} }
.width_half { .width_half {
width: 46%; width: 46%;
margin-right: 0; margin: 20px 0px 10px 30px;
float: left; float: left;
} }
.width_quarter { .width_quarter {
width: 26%; width: 26%;
margin-right: 0; margin: 20px 0px 10px 30px;
float: left; float: left;
} }
.width_3_quarter { .width_3_quarter {
width: 66%; width: 66%;
margin-right: 0; margin: 20px 0px 10px 30px;
float: left; float: left;
} }