diff options
| author | Alec Perkins | 2012-09-09 12:42:30 -0400 |
|---|---|---|
| committer | Alec Perkins | 2012-09-09 12:44:21 -0400 |
| commit | 0ae5500f34a81005ba0161dacb280a94f768a885 (patch) | |
| tree | c9624c9c74cde7eb0ee68dbd08dd5a08e782bef7 /djangorestframework/static | |
| parent | 1755c7a96c83b682be312e5c57dfb50452f480f4 (diff) | |
| download | django-rest-framework-0ae5500f34a81005ba0161dacb280a94f768a885.tar.bz2 | |
Compacting, moving GET button up to OPTIONS
Diffstat (limited to 'djangorestframework/static')
| -rw-r--r-- | djangorestframework/static/djangorestframework/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/djangorestframework/static/djangorestframework/css/style.css b/djangorestframework/static/djangorestframework/css/style.css index 467f65b0..fbc4a008 100644 --- a/djangorestframework/static/djangorestframework/css/style.css +++ b/djangorestframework/static/djangorestframework/css/style.css @@ -47,4 +47,8 @@ h2, h3 { .response-info .meta { border-bottom: 1px solid #ccc; +} + +#options-form { + margin-right: 1em; }
\ No newline at end of file |
