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:
Lance Willett 2013-04-09 21:34:03 +00:00
parent ea2111d445
commit e84dc5390e

View File

@ -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,