Twenty Ten, Eleven, Thirteen: add bottom margin to audio and video players.

Fixes #29146. Props mikeyarce, gregrickaby, DavidTheMachine, jeanyoungkim, ccprice.

Built from https://develop.svn.wordpress.org/trunk@30371


git-svn-id: http://core.svn.wordpress.org/trunk@30369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2014-11-17 18:10:23 +00:00
parent 254ff0a4c9
commit bdffdafec4
3 changed files with 25 additions and 3 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}
}

View File

@ -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;