aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-09-08 22:31:44 +0100
committerTom Christie2012-09-08 22:31:44 +0100
commitbaa6e2c18b94345e8f00f28a34817abdbdb437dc (patch)
tree926f0a8a0e96d97d1d412a81ebf9867db14a413f
parent27a51094851ff8fe93ff4f604f0f1daee44c770a (diff)
downloaddjango-rest-framework-baa6e2c18b94345e8f00f28a34817abdbdb437dc.tar.bz2
Hide toc overflow
-rw-r--r--docs/static/css/drf-styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/static/css/drf-styles.css b/docs/static/css/drf-styles.css
index a0566790..49740aab 100644
--- a/docs/static/css/drf-styles.css
+++ b/docs/static/css/drf-styles.css
@@ -23,6 +23,10 @@ a.github:hover {
text-decoration: none;
}
+#table-of-contents {
+ overflow: hidden;
+}
+
/* Preserve the spacing of the navbar across different screen sizes. */
.navbar-inner {
padding: 5px 0;