Twenty Thirteen: improve gallery styles for IE7 and IE8, props kovshenin and obenland. Fixes #23996.
git-svn-id: https://develop.svn.wordpress.org/trunk@23963 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2bb14f8626
commit
75549e368b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user