Fix the global :before/:after selectors for Opera, props SergeyBiryukov, see #19137

git-svn-id: https://develop.svn.wordpress.org/trunk@19157 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-11-04 17:35:00 +00:00
parent 3ee304ae1e
commit 04b16d0042
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,8 +12,8 @@
text-shadow: #444 0px -1px 0px;
}
#wpadminbar :before,
#wpadminbar :after {
#wpadminbar ul li:before,
#wpadminbar ul li:after {
content: normal;
}