Padding on the header-dropdown area
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 22 Jun 2013 21:19:58 +0000 (16:19 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 22 Jun 2013 21:19:58 +0000 (16:19 -0500)
This helps make it a bit clearer that things are "contained inside"
the header dropdown area.

mediagoblin/static/css/base.css

index 888d4e42e7ef7e45475ec68d08289bf4ad91b032..8b57584d0ecba6f49a3bbbe82e87cd4ffedf68f9 100644 (file)
@@ -129,6 +129,7 @@ header {
 
 .header_dropdown {
   margin-bottom: 20px;
+  padding: 0px 10px 0px 10px;
 }
 
 .header_dropdown li {