use WP HTML5 markup for captions instead of Soil

Use add_theme_support to enable native HTML5 captions and add caption styling to wp-caption-text.
This commit is contained in:
Kevin Lisota
2014-07-23 21:08:26 -07:00
parent fe336fe0fd
commit d040ddef2e
2 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
&:extend(.thumbnail all);
}
.wp-caption-text {
&:extend(.thumbnail .caption);
}
// Gallery shortcode
.gallery-row {
padding: (@line-height-computed / 2) 0;