aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/static
diff options
context:
space:
mode:
authorTom Christie2012-10-09 13:50:26 +0100
committerTom Christie2012-10-09 13:50:26 +0100
commit94401b43d2a1be81304ddcd91e3a97e7d2a42c4c (patch)
tree99c6bfaf5fee014a794eddf56adcc16da2671e14 /rest_framework/static
parent7c4d50f621a9c0668b8f8992751de6b2d7bcbe29 (diff)
downloaddjango-rest-framework-94401b43d2a1be81304ddcd91e3a97e7d2a42c4c.tar.bz2
Flesh out quickstart guide and make some style tweaks
Diffstat (limited to 'rest_framework/static')
-rw-r--r--rest_framework/static/rest_framework/css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/rest_framework/static/rest_framework/css/default.css b/rest_framework/static/rest_framework/css/default.css
index 4d61ac8f..739b9300 100644
--- a/rest_framework/static/rest_framework/css/default.css
+++ b/rest_framework/static/rest_framework/css/default.css
@@ -19,6 +19,10 @@ h2, h3 {
padding-right: 0.25em;
}
+.version {
+ font-size: 70%;
+}
+
.format-option {
font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", monospace;
}