diff options
| author | Tom Christie | 2012-10-09 13:50:26 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-09 13:50:26 +0100 | 
| commit | 94401b43d2a1be81304ddcd91e3a97e7d2a42c4c (patch) | |
| tree | 99c6bfaf5fee014a794eddf56adcc16da2671e14 /rest_framework/static | |
| parent | 7c4d50f621a9c0668b8f8992751de6b2d7bcbe29 (diff) | |
| download | django-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.css | 4 | 
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;  }  | 
