aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2013-06-27 12:58:38 +0100
committerTom Christie2013-06-27 12:58:38 +0100
commit124ae8c2c88d48b67fbaee77e337e8a6f37d1b70 (patch)
tree6f718a4b019c923d9ddc47979cac578cf30affe1 /docs/template.html
parente0dddbc5de88f5afd4c36a8bdb05d83cca79960d (diff)
downloaddjango-rest-framework-124ae8c2c88d48b67fbaee77e337e8a6f37d1b70.tar.bz2
Tweak styling for max-height of sidenav
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html
index 14ecc9c7..21771025 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -200,11 +200,11 @@
});
// Dynamically force sidenav to no higher than browser window
- $('.side-nav').css('max-height', window.innerHeight - 125);
+ $('.side-nav').css('max-height', window.innerHeight - 130);
$(function(){
$(window).resize(function(){
- $('.side-nav').css('max-height', window.innerHeight - 125);
+ $('.side-nav').css('max-height', window.innerHeight - 130);
});
});
</script>