Add HTML5 support for WordPress galleries.

This commit is contained in:
Konstantin Kovshenin 2014-02-27 13:27:00 -06:00
parent 18928f50d6
commit 85bce0cc74
2 changed files with 7 additions and 2 deletions

View File

@ -55,7 +55,12 @@ function _s_setup() {
) ) );
// Enable support for HTML5 markup.
add_theme_support( 'html5', array( 'comment-list', 'search-form', 'comment-form', ) );
add_theme_support( 'html5', array(
'comment-list',
'search-form',
'comment-form',
'gallery',
) );
}
endif; // _s_setup
add_action( 'after_setup_theme', '_s_setup' );

View File

@ -630,7 +630,7 @@ a:active {
height: auto;
max-width: 90%;
}
.site-main .gallery dd {
.site-main .gallery figcaption {
margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {