From a2d0fd2c408f2365c7c6c69517efa33b91d817ef Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 14 Sep 2012 13:03:58 +0100 Subject: [PATCH] Merge stunning work from @alecperkins --- .../static/djangorestframework/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/djangorestframework/static/djangorestframework/css/style.css b/djangorestframework/static/djangorestframework/css/style.css index 6430f670c..cfd41460c 100644 --- a/djangorestframework/static/djangorestframework/css/style.css +++ b/djangorestframework/static/djangorestframework/css/style.css @@ -53,10 +53,6 @@ h2, h3 { left: 0; } -.response-info .meta { - border-bottom: 1px solid #ccc; -} - #options-form { margin-right: 1em; } @@ -69,4 +65,10 @@ pre { overflow: auto; word-wrap: normal; white-space: pre; + font-size: 12px; } + +.page-header { + border-bottom: none; + padding-bottom: 0px; +} \ No newline at end of file