[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 {
clear: both;
text-align: center;
height: 80px;
margin-top: -80px;
height: 60px;
margin-top: -60px;
position: relative;
padding: 4px 0px 0px 0px;
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 {
width: 87%;
min-height: 88%;
background: url(../images/sidebar_shadow.png) repeat-y left top;
background: url("../images/sidebar_shadow.png") repeat-y scroll left top transparent;
float: left;
margin-top: -2px;
min-height: 80%;
width: 88%;
}
#main h3 {
@ -378,23 +378,25 @@ color: #666;}
.width_full {
width: 95%;
margin: 20px 0px 10px 30px;
float: left;
}
.width_half {
width: 46%;
margin-right: 0;
margin: 20px 0px 10px 30px;
float: left;
}
.width_quarter {
width: 26%;
margin-right: 0;
margin: 20px 0px 10px 30px;
float: left;
}
.width_3_quarter {
width: 66%;
margin-right: 0;
margin: 20px 0px 10px 30px;
float: left;
}