Twenty Thirteen: hide gallery captions from small screens and when a gallery has 7 columns or more. Props kwight, fixes #23769.

git-svn-id: https://develop.svn.wordpress.org/trunk@23700 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-14 22:11:41 +00:00
parent 860ccd0cba
commit 7d4f3daad4

View File

@ -1366,6 +1366,13 @@ footer.entry-meta {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
/**
* 5.5 Post Formats
* ----------------------------------------------------------------------------
@ -2881,6 +2888,10 @@ footer.entry-meta {
padding: 0;
width: 100%;
}
.gallery-caption {
display: none;
}
}
@media (max-width: 643px) {