aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-07-10 10:22:33 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-07-10 10:24:37 -0500
commit4b24678a1f6ae0835cb1bca4d23611b57a433d39 (patch)
tree17e761559daaa537022eaf8348d83f2467247cc8 /mediagoblin/static/css
parenta4337755363b49dc891fd8a4e438eb108809b9e4 (diff)
downloadmediagoblin-4b24678a1f6ae0835cb1bca4d23611b57a433d39.tar.lz
mediagoblin-4b24678a1f6ae0835cb1bca4d23611b57a433d39.tar.xz
mediagoblin-4b24678a1f6ae0835cb1bca4d23611b57a433d39.zip
Adding WAI-ARIA attributes to the header dropdown (Fix by Aleksej Serdjukov)
This fixes issue #754 Thanks Aleksej!
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 9087034b..0bd58738 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -132,17 +132,17 @@ header {
line-height: 1.6em;
}
-.header_dropdown {
+#header_dropdown {
margin-bottom: 20px;
padding: 0px 10px 0px 10px;
}
-.header_dropdown li {
+#header_dropdown li {
margin: 4px 0;
list-style: none;
}
-.header_dropdown p {
+#header_dropdown p {
margin-top: 12px;
margin-bottom: 10px;
}