diff options
| author | Max Hurl | 2012-10-05 12:29:53 +0100 | 
|---|---|---|
| committer | Max Hurl | 2012-10-05 12:29:53 +0100 | 
| commit | f70a5edc1f538d80c507a776ea670b01adee06f0 (patch) | |
| tree | 25fc371edbb19447f3df31bc86a2d8155a44e9d6 /docs/template.html | |
| parent | ad5e6eb16f4db928e1fc8d0a6af4f9f4584f7b08 (diff) | |
| download | django-rest-framework-f70a5edc1f538d80c507a776ea670b01adee06f0.tar.bz2 | |
Added dabapps styles and general improvements to docs
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/template.html b/docs/template.html index fbd30159..854a8100 100644 --- a/docs/template.html +++ b/docs/template.html @@ -91,9 +91,10 @@      <div class="container-fluid">        <div class="row-fluid"> +          <div class="span3"> -          <div id="table-of-contents" class="well affix span3"> -            <ul class="nav nav-list side-nav"> +          <div id="table-of-contents"> +            <ul class="nav nav-list side-nav well sidebar-nav-fixed">                {{ toc }}              </ul>            </div> @@ -103,6 +104,7 @@            {{ content }}          </div><!--/span-->        </div><!--/row--> +      </div><!--/.fluid-container-->      <!-- Le javascript @@ -110,9 +112,7 @@      <!-- Placed at the end of the document so the pages load faster -->      <script src="{{ base_url }}/js/jquery-1.8.1-min.js"></script>      <script src="{{ base_url }}/js/prettify.js"></script> -    <script src="{{ base_url }}/js/bootstrap-dropdown.js"></script> -    <script src="{{ base_url }}/js/bootstrap-scrollspy.js"></script> -    <script src="{{ base_url }}/js/bootstrap-collapse.js"></script> +    <script src="{{ base_url }}/js/bootstrap.min.js"></script>      <script>        //$('.side-nav').scrollspy()        var shiftWindow = function() { scrollBy(0, -50) };  | 
