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:
parent
254ff0a4c9
commit
bdffdafec4
|
@ -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
|
||||
----------------------------------------------- */
|
||||
|
|
|
@ -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
|
||||
-------------------------------------------------------------- */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue