Ticket #23818: 23818.1.diff
| File 23818.1.diff, 1.2 KB (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/style.css
1409 1409 } 1410 1410 1411 1411 .blog .format-aside:first-of-type, 1412 .single .format-aside:first-of-type { 1412 .single .format-aside:first-of-type, 1413 .format-aside + .format-aside, 1414 .format-aside + .format-link { 1413 1415 box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); 1414 1416 } 1415 1417 … … 1506 1508 max-width: 100% !important; /* Avoid player width overflow. */ 1507 1509 } 1508 1510 1511 .format-audio + .format-audio, 1512 .format-audio + .format-video { 1513 box-shadow: inset 0 2px 2px rgba(114, 45, 24, 0.2); 1514 } 1515 1509 1516 /* Chat */ 1510 1517 .format-chat { 1511 1518 background-color: #eadaa6; … … 1699 1706 display: inline; 1700 1707 } 1701 1708 1709 .format-link + .format-link, 1710 .format-link + .format-aside { 1711 box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); 1712 } 1702 1713 1703 1714 /* Quote */ 1704 1715 .format-quote { … … 1856 1867 color: #220e10; 1857 1868 } 1858 1869 1870 .format-video + .format-video, 1871 .format-video + .format-audio { 1872 box-shadow: inset 0 2px 2px rgba(114, 45, 24, 0.2); 1873 } 1859 1874 1875 1860 1876 /** 1861 1877 * 5.6 Attachments 1862 1878 * ----------------------------------------------------------------------------