diff options
| author | Tom Christie | 2012-10-05 15:22:30 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-05 15:22:30 +0100 |
| commit | 84958d131a29d80acea94dec5260b484556e73d0 (patch) | |
| tree | 2738af716dd989f9fb08fdb979dbea9bc6940fc4 /docs/template.html | |
| parent | 9d8bce8f5b0915223f57d9fe3d4b63029cfc64c2 (diff) | |
| download | django-rest-framework-84958d131a29d80acea94dec5260b484556e73d0.tar.bz2 | |
Doc style tweaks
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index b6d2adf2..dc401d89 100644 --- a/docs/template.html +++ b/docs/template.html @@ -89,6 +89,8 @@ </div> </div> + <div id="wrap"> + <div class="container-fluid"> <div class="row-fluid"> @@ -104,9 +106,19 @@ {{ content }} </div><!--/span--> </div><!--/row--> - </div><!--/.fluid-container--> + <div id="push"></div> + </div> + + <!-- + <div class="row footer"> + <div class="span12"> + <p>Sponsored by <a href="http://dabapps.com/">Dab Apps</a>.</a></p> + </div> + </div> + --> + <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> |
