Make WordPress Core

Ticket #24176: 24176.diff

File 24176.diff, 570 bytes (added by lancewillett, 12 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    17351735        display: none;
    17361736}
    17371737
     1738.quote-caption:before {
     1739        content: "\2014\00a0";
     1740}
     1741.entry-content blockquote p:first-child:before {
     1742        content: "\201C";
     1743        margin-right: 2px;
     1744}
     1745.entry-content blockquote p:last-child:after {
     1746        content: "\201D";
     1747}
     1748
    17381749/* Status */
    17391750.format-status {
    17401751        background-color: #722d19;