[IMPROVEMENT] Better site layout
This commit is contained in:
parent
515af18ea5
commit
0aac4289a9
@ -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);
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user