diff options
| author | Tom Christie | 2012-10-01 16:17:01 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-01 16:17:01 +0100 |
| commit | 8d1d99018725469061d5696a5552e7ebdb5cccc9 (patch) | |
| tree | 03af8aa34445b9b7715f2c89a41bd6199c33c684 /docs/static/css/default.css | |
| parent | 1d432cf4327d5c4cdee323310cc80c5f111f0a23 (diff) | |
| download | django-rest-framework-8d1d99018725469061d5696a5552e7ebdb5cccc9.tar.bz2 | |
Pagination docs
Diffstat (limited to 'docs/static/css/default.css')
| -rw-r--r-- | docs/static/css/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/static/css/default.css b/docs/static/css/default.css index 213a700e..49aac3a3 100644 --- a/docs/static/css/default.css +++ b/docs/static/css/default.css @@ -36,14 +36,14 @@ pre { } /* GitHub 'Star' badge */ -body.index #main-content iframe { +body.index-page #main-content iframe { float: right; margin-top: -12px; margin-right: -15px; } /* Travis CI badge */ -body.index #main-content p:first-of-type { +body.index-page #main-content p:first-of-type { float: right; margin-right: 8px; margin-top: -14px; |
