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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-04 17:35:00 +00:00
parent 2f5eff99f4
commit 56e8457205
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;
}