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

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


git-svn-id: https://develop.svn.wordpress.org/trunk@30371 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2014-11-17 18:09:13 +00:00
parent b8c1296e28
commit 9379f1702c
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;