Twenty Thirteen: fix incorrect CSS selector in ie.css, props FStop. Fixes #23548.
git-svn-id: http://core.svn.wordpress.org/trunk@23459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
69bd474ac6
commit
33034aff5f
|
@ -103,7 +103,7 @@ img.alignleft {
|
|||
}
|
||||
|
||||
/* Internet Explorer 8 */
|
||||
ie8 .site {
|
||||
.ie8 .site {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue