[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

View File

@@ -6,7 +6,7 @@
<link rel="stylesheet" href="style/reset.css" media="screen">
<link rel="stylesheet" href="style/data-table.css" media="screen">
<link rel="stylesheet" href="style/flot-graph.css" media="screen">
<link rel="stylesheet" href="style/style.css" media="screen">
<link rel="stylesheet" href="style/original.css" media="screen">
<script type="text/javascript" src="../vendor/000-jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="../vendor/000-underscore-1.1.6.js"></script>