diff options
| author | Tom Christie | 2015-01-13 17:22:03 +0000 |
|---|---|---|
| committer | Tom Christie | 2015-01-13 17:22:03 +0000 |
| commit | 12de43fc0cc83a2ba2042dd361d8fe3a2da6cf44 (patch) | |
| tree | 321a606d180c1edbb0c56c5f98e5db5ddcbe1bd8 /docs_theme | |
| parent | 11efde890556a46f32d486250b1a0b03ce83c17d (diff) | |
| parent | 1bcec3a0ac4346b31b655a08505d3e3dc2156604 (diff) | |
| download | django-rest-framework-12de43fc0cc83a2ba2042dd361d8fe3a2da6cf44.tar.bz2 | |
Merge pull request #2395 from tomchristie/pagination-api
First pass at 3.1 pagination API
Diffstat (limited to 'docs_theme')
| -rw-r--r-- | docs_theme/css/default.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index 48d00366..3feff0ba 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -171,6 +171,21 @@ body{ background-attachment: fixed; } + +#main-content h1:first-of-type { + margin-top: 0 +} + +#main-content h1, #main-content h2 { + font-weight: 300; + margin-top: 20px +} + +#main-content h3, #main-content h4, #main-content h5 { + font-weight: 500; + margin-top: 15px +} + /* custom navigation styles */ .navbar .navbar-inner{ |
