diff options
| author | Tom Christie | 2014-07-15 15:02:49 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-07-15 15:02:49 +0100 | 
| commit | 77da335ce8ff3b475ac03794f6e2b782316ab9a9 (patch) | |
| tree | 8ed86b7141fb69a67f5e9375bfaa86b66c91778a /api-guide/pagination.html | |
| parent | a1dd458116a8f2b2d9151ac3b47d2877cc4abb38 (diff) | |
| download | django-rest-framework-77da335ce8ff3b475ac03794f6e2b782316ab9a9.tar.bz2 | |
Latest docs
Diffstat (limited to 'api-guide/pagination.html')
| -rw-r--r-- | api-guide/pagination.html | 24 | 
1 files changed, 19 insertions, 5 deletions
| diff --git a/api-guide/pagination.html b/api-guide/pagination.html index c83a78ee..9ff95a14 100644 --- a/api-guide/pagination.html +++ b/api-guide/pagination.html @@ -33,6 +33,21 @@    })();      </script> +    <style> +span.fusion-wrap a { +  display: block; +  margin-top: 10px; +  color: black; +} + +a.fusion-poweredby { +  display: block; +  margin-top: 10px; +} +@media (max-width: 767px) { +  div.promo {display: none;} +} +</style>    </head>    <body onload="prettyPrint()" class="pagination-page"> @@ -178,11 +193,9 @@  <li class="main"><a href="#third-party-packages">Third party packages</a></li>  <li><a href="#drf-extensions">DRF-extensions</a></li> -              <div> - - - -</div> +              <div class="promo"> +               +              </div>  </ul>              </div> @@ -334,6 +347,7 @@ class CustomPaginationSerializer(pagination.BasePaginationSerializer):      <script src="http://www.django-rest-framework.org/js/jquery-1.8.1-min.js"></script>      <script src="http://www.django-rest-framework.org/js/prettify-1.0.js"></script>      <script src="http://www.django-rest-framework.org/js/bootstrap-2.1.1-min.js"></script> +      <script>        //$('.side-nav').scrollspy()        var shiftWindow = function() { scrollBy(0, -50) }; | 
