diff options
| author | Tom Christie | 2012-09-08 22:31:44 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-08 22:31:44 +0100 | 
| commit | baa6e2c18b94345e8f00f28a34817abdbdb437dc (patch) | |
| tree | 926f0a8a0e96d97d1d412a81ebf9867db14a413f /docs/static | |
| parent | 27a51094851ff8fe93ff4f604f0f1daee44c770a (diff) | |
| download | django-rest-framework-baa6e2c18b94345e8f00f28a34817abdbdb437dc.tar.bz2 | |
Hide toc overflow
Diffstat (limited to 'docs/static')
| -rw-r--r-- | docs/static/css/drf-styles.css | 4 | 
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;   | 
