inherit bootstrap properly

need *both* bootstrap and responsive in style.less, neither in page.html.
This commit is contained in:
MinRK 2013-06-03 14:14:44 -07:00
parent 638b30ff90
commit c4ad524cef
3 changed files with 1026 additions and 5 deletions

View File

@ -1,4 +1,5 @@
// Bootstrap
@import "../components/bootstrap/less/bootstrap.less";
@import "../components/bootstrap/less/responsive.less";
// base

File diff suppressed because one or more lines are too long

View File

@ -14,8 +14,6 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{static_url("components/bootstrap/bootstrap/css/bootstrap.min.css") }}" type="text/css" />
<!-- <link rel="stylesheet" href="{{static_url("components/bootstrap/bootstrap/css/bootstrap-responsive.min.css") }}" type="text/css" /> -->
<link rel="stylesheet" href="{{static_url("base/css/boilerplate.css") }}" type="text/css" />
{% block stylesheet %}