Ticket #21353: 21353.patch
| File 21353.patch, 1.3 KB (added by , 14 years ago) |
|---|
-
wp-content/themes/twentyeleven/style.css
328 328 } 329 329 330 330 /* Headings */ 331 h1,h2,h3,h4,h5,h6 { 331 h1, 332 h2, 333 h3, 334 h4, 335 h5, 336 h6 { 332 337 clear: both; 333 338 } 334 339 hr { … … 756 761 padding: 1.625em 0 0; 757 762 } 758 763 .entry-content h1, 764 .comment-content h1, 759 765 .entry-content h2, 760 .comment-content h1, 761 .comment-content h2 { 766 .comment-content h2, 767 .entry-content h3, 768 .comment-content h3, 769 .entry-content h4, 770 .comment-content h4, 771 .entry-content h5, 772 .comment-content h5, 773 .entry-content h6, 774 .comment-content h6 { 762 775 color: #000; 763 font-weight: bold;776 line-height: 1.8em; 764 777 margin: 0 0 .8125em; 765 778 } 779 .entry-content h1, 780 .comment-content h1 { 781 font-size: 24px; 782 } 783 .entry-content h2, 784 .comment-content h2 { 785 font-size: 21px; 786 } 766 787 .entry-content h3, 767 788 .comment-content h3 { 768 font-size: 10px; 769 letter-spacing: 0.1em; 770 line-height: 2.6em; 771 text-transform: uppercase; 789 font-size: 18px; 772 790 } 791 .entry-content h4, 792 .comment-content h4 { 793 font-size: 16px; 794 } 795 .entry-content h5, 796 .comment-content h5 { 797 font-size: 14px; 798 } 799 .entry-content h6, 800 .comment-content h6 { 801 font-size: 13px; 802 } 773 803 .entry-content table, 774 804 .comment-content table { 775 805 border-bottom: 1px solid #ddd;