aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2012-10-05 19:26:45 +0100
committerTom Christie2012-10-05 19:26:45 +0100
commit0b08d25297b63525a9193780b590d9f0e51906da (patch)
tree9c5044c80f36e3c3aaa5a2c5c0c866066a52ad28 /docs/template.html
parent268131ce3793ffe8908b9997ab240b968990a7ac (diff)
parent4e7fffa993a40b705e77580a5fd589170e2e602b (diff)
downloaddjango-rest-framework-0b08d25297b63525a9193780b590d9f0e51906da.tar.bz2
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
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 8630de77..39d7f4ae 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">
@@ -91,35 +93,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
================================================== -->