added setup and removed multi-col layout in body

This commit is contained in:
Rushabh Mehta
2012-02-22 12:07:42 +05:30
parent 2478363bba
commit c5471ddb8d
18 changed files with 238 additions and 765 deletions

View File

@@ -1,8 +1,3 @@
#body_div {
width: 900px;
margin: auto;
}
.layout_wrapper {
padding: 20px;
}
@@ -30,15 +25,6 @@ pre {
margin-bottom: 9px;
}
footer {
width: 900px;
margin: auto;
}
header .topbar .container {
width: 900px;
margin: auto;
}
.web-content input[type="text"], .web-content input[type="password"], .web-content select {
min-width: 180px;
}

View File

@@ -83,7 +83,6 @@ erpnext.Footer = Class.extend({
this.make_items();
},
make_items: function() {
alert(16);
var items = wn.boot.website_menus
for(var i=0;i<items.length;i++) {
var item = items[i];