diff options
| author | Tom Christie | 2013-05-21 17:45:25 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-05-21 17:45:25 +0100 | 
| commit | 0e80a535fb617ffb64f948f53cc1831249487f1a (patch) | |
| tree | 6846e06e7315b0f0b574bce1297e5c9d06434663 /docs/css | |
| parent | 6434a5f4a8717c3addbd2e16825826c1ff0f844b (diff) | |
| download | django-rest-framework-0e80a535fb617ffb64f948f53cc1831249487f1a.tar.bz2 | |
Tweak nav style slightly
Diffstat (limited to 'docs/css')
| -rw-r--r-- | docs/css/default.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/css/default.css b/docs/css/default.css index 998efa27..5c6c72ce 100644 --- a/docs/css/default.css +++ b/docs/css/default.css @@ -103,6 +103,10 @@ pre {    overflow: hidden;  } +.nav-list > li > a { +  padding: 2px 15px 3px; +} +  /* Set the table of contents to static so it flows back into the content when     viewed on tablets and smaller. */  @media (max-width: 767px) { | 
