diff options
| author | Tom Christie | 2014-10-02 18:13:15 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-10-02 18:13:15 +0100 |
| commit | fec7c4b45812d22423e73ec3ab801857a55d7340 (patch) | |
| tree | 86a26d374d7b627c464841700988aa5ff4712ef3 /rest_framework/static | |
| parent | df7b6fcf58417fd95e49655eb140b387899b1ceb (diff) | |
| download | django-rest-framework-fec7c4b45812d22423e73ec3ab801857a55d7340.tar.bz2 | |
Browsable API tweaks
Diffstat (limited to 'rest_framework/static')
| -rw-r--r-- | rest_framework/static/rest_framework/css/bootstrap-tweaks.css | 2 | ||||
| -rw-r--r-- | rest_framework/static/rest_framework/css/default.css | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index 84389b1d..6a37cae2 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -173,7 +173,7 @@ footer a:hover { .page-header { border-bottom: none; padding-bottom: 0px; - margin-bottom: 20px; + margin: 0; } /* custom general page styles */ diff --git a/rest_framework/static/rest_framework/css/default.css b/rest_framework/static/rest_framework/css/default.css index 461cdfe5..82c6033b 100644 --- a/rest_framework/static/rest_framework/css/default.css +++ b/rest_framework/static/rest_framework/css/default.css @@ -33,7 +33,7 @@ h2, h3 { } ul.breadcrumb { - margin: 80px 0 0 0; + margin: 70px 0 0 0; } form select, form input, form textarea { @@ -67,5 +67,4 @@ pre { .page-header { border-bottom: none; padding-bottom: 0px; - margin-bottom: 20px; } |
