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

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,