diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index aaafcbb39e..edc16f8bbc 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -1241,6 +1241,15 @@ blockquote.pull.alignright { padding: 0; } +/* =Standard +----------------------------------------------- */ + +.format-standard .wp-video, +.format-standard .wp-audio-shortcode, +.format-audio .wp-audio-shortcode, +.format-standard .video-player { + margin-bottom: 24px; +} /* =Quote ----------------------------------------------- */ @@ -2750,4 +2759,4 @@ p.comment-form-comment { } #ie8 section.featured-post .attachment-small-feature { max-width: none; -} \ No newline at end of file +} diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 66ae2a309c..fbb8eb2df1 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -725,7 +725,12 @@ body.page .edit-link { #content .video-player { padding: 0; } - +.format-standard .wp-video, +.format-standard .wp-audio-shortcode, +.format-audio .wp-audio-shortcode, +.format-standard .video-player { + margin-bottom: 24px; +} /* =Asides -------------------------------------------------------------- */ @@ -1378,4 +1383,4 @@ code { .home .sticky { border: none; } -} \ No newline at end of file +} diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 78cf78bd40..7d017f7ad7 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1559,6 +1559,14 @@ footer.entry-meta { display: inline; } +/* Standard */ +.format-standard .wp-video, +.format-standard .wp-audio-shortcode, +.format-audio .wp-audio-shortcode, +.format-standard .video-player { + margin-bottom: 24px; +} + /* Quote */ .format-quote { background-color: #210d10;