Applied bootstrap

This commit is contained in:
Kai Hendry
2011-12-04 22:07:18 +08:00
parent e761bc5b2e
commit cd80e503b4
6 changed files with 42 additions and 27 deletions

View File

@@ -3,3 +3,17 @@
html, body {
background-color: #eee;
}
/* The white background content wrapper */
.content {
background-color: #fff;
padding: 20px;
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
box-shadow: 0 1px 2px rgba(0,0,0,.15);
}