Ticket #24332: 24332.patch
| File 24332.patch, 777 bytes (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/style.css
1658 1658 background-color: #210d10; 1659 1659 } 1660 1660 1661 .format-quote .entry-content {1662 font-size: 28px;1663 font-style: italic;1664 font-weight: 300;1665 margin: 0 auto;1666 position: relative;1667 }1668 1669 1661 .format-quote .entry-content, 1670 1662 .format-quote .entry-meta { 1671 1663 color: #f7f5e7; 1672 1664 } 1673 1665 1674 1666 .format-quote .entry-content blockquote { 1667 font-size: 28px; 1675 1668 margin: 0; 1676 1669 } 1677 1670 … … 1698 1691 } 1699 1692 1700 1693 .format-quote .quote { 1694 font-style: italic; 1695 font-weight: 300; 1701 1696 padding-left: 75px; 1697 position: relative; 1702 1698 } 1703 1699 1704 1700 .format-quote .quote:before {