Twenty Thirteen: improve gallery styles for IE7 and IE8, props kovshenin and obenland. Fixes #23996.

git-svn-id: http://core.svn.wordpress.org/trunk@23963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-04-11 15:59:52 +00:00
parent 3b8315737b
commit fd39862cad

View File

@ -1,9 +1,11 @@
/*
Styles for older IE versions (previous to IE9).
*/
.site {
min-width: 1040px;
}
.genericon:before:hover,
.menu-toggle:after:hover,
.date a:before:hover,
@ -61,11 +63,16 @@ img.alignleft {
margin: 0;
}
.gallery-item,
.gallery img {
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
max-width: none;
}
.gallery img {
width: auto;
}
.gallery-caption {
background: #000;
filter: alpha(opacity=0);