Ticket #27908: 27908.2.diff
File 27908.2.diff, 2.1 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyeleven/style.css
768 768 .entry-summary { 769 769 padding: 1.625em 0 0; 770 770 } 771 .entry-content .more-link { 772 white-space: nowrap; 773 } 771 774 .entry-content h1, 772 775 .entry-content h2, 773 776 .comment-content h1, -
src/wp-content/themes/twentyfourteen/style.css
1336 1336 color: #41a62a; 1337 1337 } 1338 1338 1339 .entry-content .more-link { 1340 white-space: nowrap; 1341 } 1342 1339 1343 /* Mediaelements */ 1340 1344 1341 1345 .hentry .mejs-container { -
src/wp-content/themes/twentyten/style.css
605 605 clear: both; 606 606 padding: 12px 0 0 0; 607 607 } 608 .entry-content .more-link { 609 white-space: nowrap; 610 } 608 611 #content .entry-summary p:last-child { 609 612 margin-bottom: 12px; 610 613 } -
src/wp-content/themes/twentythirteen/style.css
1139 1139 color: #ea9629; 1140 1140 } 1141 1141 1142 .entry-content .more-link { 1143 white-space: nowrap; 1144 } 1145 1142 1146 .entry-content blockquote { 1143 1147 font-size: 24px; 1144 1148 } -
src/wp-content/themes/twentytwelve/style.css
805 805 .comment-content a:visited { 806 806 color: #9f9f9f; 807 807 } 808 .entry-content .more-link { 809 white-space: nowrap; 810 } 808 811 .entry-content ol, 809 812 .comment-content ol, 810 813 .entry-content ul,