diff options
| author | Alec Perkins | 2012-09-09 16:09:11 -0400 |
|---|---|---|
| committer | Alec Perkins | 2012-09-09 16:09:11 -0400 |
| commit | 7098114ac77db4909956d847a86becd4eb213e91 (patch) | |
| tree | 389a003455cd0a7c888f4515552c0488290af5ca | |
| parent | 69ad8b90000bdb821e023168eddd778c4b752116 (diff) | |
| download | django-rest-framework-7098114ac77db4909956d847a86becd4eb213e91.tar.bz2 | |
Tweak the spacing of the form actions.
| -rw-r--r-- | djangorestframework/static/djangorestframework/css/bootstrap-tweaks.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/djangorestframework/static/djangorestframework/css/bootstrap-tweaks.css b/djangorestframework/static/djangorestframework/css/bootstrap-tweaks.css index eb41649e..c650ef2e 100644 --- a/djangorestframework/static/djangorestframework/css/bootstrap-tweaks.css +++ b/djangorestframework/static/djangorestframework/css/bootstrap-tweaks.css @@ -10,6 +10,7 @@ a single block in the template. .form-actions { background: transparent; border-top-color: transparent; + padding-top: 0; } .navbar-inverse .brand a { |
