diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-11-11 11:10:38 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-11-11 11:10:38 +0000 |
commit | 89742de35899c1ca08693fc7dd56bf233ab44fd7 (patch) | |
tree | d6c34b2da1e3d16077a6fee1e1d6d7123f56879d | |
parent | e7c060068edcd2b47cd9b2306364ad2ff12ab0f9 (diff) | |
parent | 56edd930ab30480fb1fdf4e7f6c0cda195850ff9 (diff) |
Merge branch '1433-admin-bottom-margin' into rails-3-develop
-rw-r--r-- | app/assets/stylesheets/admin.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 863a6c808..104f10c75 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -35,8 +35,8 @@ body.admin { @import "bootstrap"; #main { + margin-bottom: 50px; padding-top: 50px; - } .form-inline { |