Ticket #29146: 29146.5.diff
File 29146.5.diff, 1.5 KB (added by , 10 years ago) |
---|
-
wp-content/themes/twentyeleven/style.css
1241 1241 padding: 0; 1242 1242 } 1243 1243 1244 /* =Standard 1245 ----------------------------------------------- */ 1244 1246 1247 .format-standard .wp-video, 1248 .format-standard .wp-audio-shortcode, 1249 .format-standard .video-player { 1250 margin-bottom: 24px; 1251 } 1252 1245 1253 /* =Quote 1246 1254 ----------------------------------------------- */ 1247 1255 -
wp-content/themes/twentyten/style.css
725 725 #content .video-player { 726 726 padding: 0; 727 727 } 728 .format-standard .wp-video, 729 .format-standard .wp-audio-shortcode, 730 .format-standard .video-player { 731 margin-bottom: 24px; 732 } 728 733 729 730 734 /* =Asides 731 735 -------------------------------------------------------------- */ 732 736 -
wp-content/themes/twentythirteen/style.css
1559 1559 display: inline; 1560 1560 } 1561 1561 1562 /* Standard */ 1563 .format-standard .wp-video, 1564 .format-standard .wp-audio-shortcode, 1565 .format-standard .video-player { 1566 margin-bottom: 24px; 1567 } 1568 1562 1569 /* Quote */ 1563 1570 .format-quote { 1564 1571 background-color: #210d10;