Make WordPress Core

Ticket #36346: 36346-responsive-site-title.patch

File 36346-responsive-site-title.patch, 2.4 KB (added by nickgermaine, 10 years ago)

Patch to word wrap the site title correctly.

  • wp-content/themes/twentyeleven/style.css

     
    532532#site-title {
    533533        margin-right: 270px;
    534534        padding: 3.65625em 0 0;
     535       
    535536}
    536537#site-title a {
    537538        color: #111;
     
    539540        font-weight: bold;
    540541        line-height: 36px;
    541542        text-decoration: none;
     543        word-wrap: break-word;
    542544}
    543545#site-title a:hover,
    544546#site-title a:focus,
  • wp-content/themes/twentyfifteen/style.css

     
    13141314        font-weight: 700;
    13151315        line-height: 1.3636;
    13161316        margin-bottom: 0;
     1317        word-wrap: break-word;
    13171318}
    13181319
    13191320.custom-logo {
  • wp-content/themes/twentyfourteen/style.css

     
    877877        overflow: hidden;
    878878        text-overflow: ellipsis;
    879879        white-space: nowrap;
     880        word-wrap: break-word;
    880881}
    881882
    882883/* Search in the header */
  • wp-content/themes/twentyten/style.css

     
    362362        color: #000;
    363363        font-weight: bold;
    364364        text-decoration: none;
     365        word-wrap: break-word;
    365366}
    366367#site-description {
    367368        clear: right;
  • wp-content/themes/twentythirteen/style.css

     
    840840        line-height: 1;
    841841        margin: 0;
    842842        padding: 58px 0 10px;
     843        word-wrap: break-word;
    843844}
    844845
    845846.site-description {
  • wp-content/themes/twentytwelve/style.css

     
    559559        color: #515151;
    560560        display: inline-block;
    561561        text-decoration: none;
     562        word-wrap: break-word;
    562563}
    563564.site-header h1 a:hover,
    564565.site-header h2 a:hover {
     
    17761777                margin-left: 3.57142857rem;
    17771778        }
    17781779}
     1780
     1781