mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
Twenty Thirteen: avoid galleries not being displayed on single in IE8, props obenland. See #23996.
git-svn-id: http://core.svn.wordpress.org/trunk@23943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0a415ad893
commit
ede1d0ccef
@ -117,6 +117,10 @@ img.alignleft {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ie8 .gallery img {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
.ie8 .sidebar .entry-header,
|
.ie8 .sidebar .entry-header,
|
||||||
.ie8 .sidebar .entry-content,
|
.ie8 .sidebar .entry-content,
|
||||||
.ie8 .sidebar .entry-summary,
|
.ie8 .sidebar .entry-summary,
|
||||||
|
Loading…
Reference in New Issue
Block a user