[vendor/bootstrap][s]: introduce icons and responsive css.

This commit is contained in:
Rufus Pollock
2012-03-10 08:38:04 +00:00
parent 0f767e5598
commit 8d3adecc18
5 changed files with 569 additions and 1 deletions

View File

@@ -10,10 +10,11 @@
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="../vendor/bootstrap/2.0.0/bootstrap.css">
<link rel="stylesheet" href="../vendor/bootstrap/2.0.0/css/bootstrap.css">
<link rel="stylesheet" href="../css/data-explorer.css">
<link rel="stylesheet" href="../css/graph-flot.css">
<link rel="stylesheet" href="../css/bootstrap.css">
<link rel="stylesheet" href="../vendor/bootstrap/2.0.0/css/bootstrap-responsive.css">
<!-- 3rd party libraries -->
<script type="text/javascript" src="../vendor/jquery-1.7.1.js"></script>