Make WordPress Core

Ticket #27908: 27908.2.diff

File 27908.2.diff, 2.1 KB (added by SergeyBiryukov, 10 years ago)
  • src/wp-content/themes/twentyeleven/style.css

     
    768768.entry-summary {
    769769        padding: 1.625em 0 0;
    770770}
     771.entry-content .more-link {
     772        white-space: nowrap;
     773}
    771774.entry-content h1,
    772775.entry-content h2,
    773776.comment-content h1,
  • src/wp-content/themes/twentyfourteen/style.css

     
    13361336        color: #41a62a;
    13371337}
    13381338
     1339.entry-content .more-link {
     1340        white-space: nowrap;
     1341}
     1342
    13391343/* Mediaelements */
    13401344
    13411345.hentry .mejs-container {
  • src/wp-content/themes/twentyten/style.css

     
    605605        clear: both;
    606606        padding: 12px 0 0 0;
    607607}
     608.entry-content .more-link {
     609        white-space: nowrap;
     610}
    608611#content .entry-summary p:last-child {
    609612        margin-bottom: 12px;
    610613}
  • src/wp-content/themes/twentythirteen/style.css

     
    11391139        color: #ea9629;
    11401140}
    11411141
     1142.entry-content .more-link {
     1143        white-space: nowrap;
     1144}
     1145
    11421146.entry-content blockquote {
    11431147        font-size: 24px;
    11441148}
  • src/wp-content/themes/twentytwelve/style.css

     
    805805.comment-content a:visited {
    806806        color: #9f9f9f;
    807807}
     808.entry-content .more-link {
     809        white-space: nowrap;
     810}
    808811.entry-content ol,
    809812.comment-content ol,
    810813.entry-content ul,