aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-01-14 13:05:07 +0000
committerLouise Crow <louise.crow@gmail.com>2014-01-14 13:05:07 +0000
commitf0e38d83d6df2b9a55ba1a462a53014e31be77ce (patch)
tree5f4d2f48ebb720b789ee2c9f45c2d58ef8a0ef22
parentc2bf5a90fc76eda220b35b510b7a200a43c858b1 (diff)
Don't pad banner and entirebody
banner is inside entirebody.
-rw-r--r--public/admin/stylesheets/admin.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/admin/stylesheets/admin.css b/public/admin/stylesheets/admin.css
index ada9cd173..d60342516 100644
--- a/public/admin/stylesheets/admin.css
+++ b/public/admin/stylesheets/admin.css
@@ -8,7 +8,7 @@ body.admin { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-se
/* When the admin stylesheet is loaded (and so the user is seeing the admin navbar), pad the banner of the front end interface so that it isn't hidden, and move any special notice down too.
*/
-.entirebody, #banner { padding-top: 42px; }
+.entirebody { padding-top: 42px; }
#special-notice { margin-top: 50px; }