aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--djangorestframework/static/djangorestframework/css/style.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/djangorestframework/static/djangorestframework/css/style.css b/djangorestframework/static/djangorestframework/css/style.css
index 6430f670..cfd41460 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