mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
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:
parent
3b8315737b
commit
fd39862cad
|
|
@ -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