Twenty Thirteen: avoid galleries not being displayed on single in IE8, props obenland. See #23996.
git-svn-id: https://develop.svn.wordpress.org/trunk@23943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ea2111d445
commit
e84dc5390e
@ -117,6 +117,10 @@ img.alignleft {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.ie8 .gallery img {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.ie8 .sidebar .entry-header,
|
||||
.ie8 .sidebar .entry-content,
|
||||
.ie8 .sidebar .entry-summary,
|
||||
|
Loading…
Reference in New Issue
Block a user