Ticket #29146: 29146.6.diff
File 29146.6.diff, 1.8 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-audio .wp-audio-shortcode, 1250 .format-standard .video-player { 1251 margin-bottom: 24px; 1252 } 1253 1245 1254 /* =Quote 1246 1255 ----------------------------------------------- */ 1247 1256 … … 2750 2759 } 2751 2760 #ie8 section.featured-post .attachment-small-feature { 2752 2761 max-width: none; 2753 } 2754 No newline at end of file 2762 } -
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-audio .wp-audio-shortcode, 731 .format-standard .video-player { 732 margin-bottom: 24px; 733 } 728 734 729 730 735 /* =Asides 731 736 -------------------------------------------------------------- */ 732 737 … … 1378 1383 .home .sticky { 1379 1384 border: none; 1380 1385 } 1381 } 1382 No newline at end of file 1386 } -
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-audio .wp-audio-shortcode, 1566 .format-standard .video-player { 1567 margin-bottom: 24px; 1568 } 1569 1562 1570 /* Quote */ 1563 1571 .format-quote { 1564 1572 background-color: #210d10;