diff options
Diffstat (limited to 'api-guide/relations.html')
| -rw-r--r-- | api-guide/relations.html | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/api-guide/relations.html b/api-guide/relations.html index 35a7854d..5793b150 100644 --- a/api-guide/relations.html +++ b/api-guide/relations.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="relations-page"> @@ -188,11 +203,9 @@ <li class="main"><a href="#third-party-packages">Third Party Packages</a></li> <li><a href="#drf-nested-routers">DRF Nested Routers</a></li> - <div> - - - -</div> + <div class="promo"> + + </div> </ul> </div> @@ -584,6 +597,7 @@ In the 2.4 release, these parts of the API will be removed entirely.</p> <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) }; |
