21 lines
249 B
CSS
Raw Normal View History

2012-01-25 10:37:35 +05:30
#body_div {
width: 900px;
margin: auto;
}
header .topbar .container {
width: 900px;
margin: auto;
2012-01-25 15:06:28 +05:30
}
.web-main-section {
width: 65%;
float: left;
margin-bottom: 20px;
}
.web-side-section {
width: 30%;
float: right;
margin-bottom: 20px;
2012-01-25 10:37:35 +05:30
}