mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Thirteen: fix non-responsive layout in IE8. Props phpmypython, fixes #24194.
git-svn-id: https://develop.svn.wordpress.org/trunk@30386 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5740d2206b
commit
70a27aca29
@ -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
Block a user