aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Perkins2012-09-09 16:09:11 -0400
committerAlec Perkins2012-09-09 16:09:11 -0400
commit7098114ac77db4909956d847a86becd4eb213e91 (patch)
tree389a003455cd0a7c888f4515552c0488290af5ca
parent69ad8b90000bdb821e023168eddd778c4b752116 (diff)
downloaddjango-rest-framework-7098114ac77db4909956d847a86becd4eb213e91.tar.bz2
Tweak the spacing of the form actions.
-rw-r--r--djangorestframework/static/djangorestframework/css/bootstrap-tweaks.css1
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 {