Files
sage/assets/less/components/_media.less
Kevin Lisota d040ddef2e 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.
2014-07-25 19:02:49 -07:00

14 lines
194 B
Plaintext

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