[css][s]: move css/boostrap.css into demo/style/demo.css (and break out from it css which is core).

* Also move original css to original.
This commit is contained in:
Rufus Pollock
2012-03-14 21:51:56 +00:00
parent b13bae046b
commit 53a5fdac76
7 changed files with 43 additions and 42 deletions

9
demo/style/demo.css Normal file
View File

@@ -0,0 +1,9 @@
body {
padding-top: 60px;
}
/* we do not have a LH sidebar */
.container-fluid > .content {
margin-left: 0;
}