Twenty Thirteen: fix non-responsive layout in IE8. Props phpmypython, fixes #24194.
Built from https://develop.svn.wordpress.org/trunk@30386 git-svn-id: http://core.svn.wordpress.org/trunk@30383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e5f57d2870
commit
a9a3ee7e23
|
@ -2,9 +2,7 @@
|
|||
Styles for older IE versions (previous to IE9).
|
||||
*/
|
||||
|
||||
.site {
|
||||
min-width: 1040px;
|
||||
}
|
||||
|
||||
|
||||
.genericon:before:hover,
|
||||
.menu-toggle:after:hover,
|
||||
|
@ -287,4 +285,4 @@ img.alignleft {
|
|||
.rtl .comment-reply-login:before {
|
||||
-ms-filter: "FlipH";
|
||||
filter: FlipH;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue