moved c-base-bootstrap to its own directory and use submodule
This commit is contained in:
parent
afe60cadb9
commit
623d5131b7
1 changed files with 5 additions and 5 deletions
|
|
@ -13,8 +13,8 @@
|
|||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<link href="/static/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/static/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<link href="/static/c-base-bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/static/c-base-bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||
|
|
@ -81,9 +81,9 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endblock body %}
|
||||
<script src="/static/js/bootstrap.js"></script>
|
||||
<script src="/static/c-base-bootstrap/js/bootstrap.js"></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
|
||||
<script src="/static/js/bootstrap-transitions.js"></script>
|
||||
<script src="/static/js/bootstrap-dropdown.js"></script>
|
||||
<script src="/static/c-base-bootstrap/js/bootstrap-transitions.js"></script>
|
||||
<script src="/static/c-base-bootstrap/js/bootstrap-dropdown.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue