brotherton-erpnext/erpnext/website/css/website.css
2012-01-25 15:06:28 +05:30

21 lines
249 B
CSS

#body_div {
width: 900px;
margin: auto;
}
header .topbar .container {
width: 900px;
margin: auto;
}
.web-main-section {
width: 65%;
float: left;
margin-bottom: 20px;
}
.web-side-section {
width: 30%;
float: right;
margin-bottom: 20px;
}