Skip to content

Commit 88c98c6

Browse files
committed
Updated: CSS and Structure
1 parent f5891f2 commit 88c98c6

5 files changed

Lines changed: 7283 additions & 5 deletions

File tree

docs/.make.bat.swp

16 KB
Binary file not shown.

docs/theme/deis/layout.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<meta name="description" content="{{ meta['description'] if meta }}">
1111
<meta name="keywords" content="{{ meta['keywords'] if meta }}" />
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13-
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap.min.css', 1) }}" type="text/css">
13+
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap.css', 1) }}" type="text/css">
14+
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap-responsive.css', 1) }}" type="text/css">
1415
<link rel="stylesheet" href="{{ pathto('_static/css/main.css', 1) }}" type="text/css">
15-
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap-responsive.min.css', 1) }}" type="text/css">
1616
<link rel="shortcut icon" href="{{ pathto('_static/favicon.ico', 1) }}">
1717
<script
1818
<script src="{{ pathto('_static/js/modernizr-2.6.2-respond-1.1.0.min.js', 1) }}"></script>
@@ -65,9 +65,9 @@
6565
</div>
6666

6767
<div class="span6 hoop">
68-
<div>{% block body %}{% endblock %}</div>
68+
<div class="doc-content">{% block body %}{% endblock %}</div>
6969
</div>
70-
<div class="span3">
70+
<div class="span3 docs-sidebar">
7171
{{ toctree(collapse=False, maxdepth=3) }}
7272
</div>
7373

0 commit comments

Comments
 (0)