aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2012-10-05 09:04:17 -0700
committerTom Christie2012-10-05 09:04:17 -0700
commit4e7fffa993a40b705e77580a5fd589170e2e602b (patch)
treeed65a47f253b06787531b3579d16a408c9ac466e /docs/template.html
parentcc21948a69f5cea90ca02042549af29c20e0268a (diff)
parent101f06b50b7e767aa1580d7d2bd48c8b1233cc83 (diff)
downloaddjango-rest-framework-4e7fffa993a40b705e77580a5fd589170e2e602b.tar.bz2
Merge pull request #284 from maximilianhurl/doc-styles
Added sticky footer and styles to HTML API page
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html44
1 files changed, 21 insertions, 23 deletions
diff --git a/docs/template.html b/docs/template.html
index 352116b6..11a5e0f0 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -19,6 +19,8 @@
<![endif]-->
<body onload="prettyPrint()" class="{{ page_id }}-page">
+ <div class="wrapper">
+
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
@@ -90,35 +92,31 @@
</div>
</div>
- <div id="wrap">
-
- <div class="container-fluid">
- <div class="row-fluid">
+ <div class="body-content">
+ <div class="container-fluid">
+ <div class="row-fluid">
- <div class="span3">
- <div id="table-of-contents">
- <ul class="nav nav-list side-nav well sidebar-nav-fixed">
- {{ toc }}
- </ul>
+ <div class="span3">
+ <div id="table-of-contents">
+ <ul class="nav nav-list side-nav well sidebar-nav-fixed">
+ {{ toc }}
+ </ul>
+ </div>
</div>
- </div>
- <div id="main-content" class="span9">
- {{ content }}
- </div><!--/span-->
- </div><!--/row-->
- </div><!--/.fluid-container-->
+ <div id="main-content" class="span9">
+ {{ content }}
+ </div><!--/span-->
+ </div><!--/row-->
+ </div><!--/.fluid-container-->
+ </div><!--/.body content-->
<div id="push"></div>
- </div>
+ </div><!--/.wrapper -->
- <!--
- <div class="row footer">
- <div class="span12">
- <p>Sponsored by <a href="http://dabapps.com/">Dab Apps</a>.</a></p>
- </div>
- </div>
- -->
+ <footer class="span12">
+ <p>Sponsored by <a href="http://dabapps.com/">Dab Apps</a>.</a></p>
+ </footer>
<!-- Le javascript
================================================== -->