Better reset for ul and li in the admin bar. props duck_, fixes #15727.

git-svn-id: https://develop.svn.wordpress.org/trunk@16811 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-12-08 19:39:49 +00:00
parent ad590a37d3
commit 15186d7ef1
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -14,6 +14,10 @@
}
#wpadminbar ul,
#wpadminbar ul li {
background: none;
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 99999;
}