aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-01-14 13:05:55 +0000
committerLouise Crow <louise.crow@gmail.com>2014-01-14 13:05:55 +0000
commit7f863099cb6e06ebaf073273232ded573882b611 (patch)
tree5f4d2f48ebb720b789ee2c9f45c2d58ef8a0ef22
parent7b29efe7cb32ef158d4ce8e0fc5f2125137ec049 (diff)
parentf0e38d83d6df2b9a55ba1a462a53014e31be77ce (diff)
Merge branch 'feature/cleanup-popups' into wdtk
-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; }