added home template

This commit is contained in:
Rushabh Mehta
2012-01-25 15:06:28 +05:30
parent 9c7a01ade9
commit 4b1fe0528a
10 changed files with 116 additions and 28 deletions

View File

@@ -6,4 +6,16 @@
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;
}