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:
parent
2f5eff99f4
commit
56e8457205
File diff suppressed because one or more lines are too long
|
@ -12,8 +12,8 @@
|
|||
text-shadow: #444 0px -1px 0px;
|
||||
}
|
||||
|
||||
#wpadminbar :before,
|
||||
#wpadminbar :after {
|
||||
#wpadminbar ul li:before,
|
||||
#wpadminbar ul li:after {
|
||||
content: normal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue