Make WordPress Core

Ticket #36346: fix_cutoff_site-title.diff

File fix_cutoff_site-title.diff, 6.2 KB (added by akiya, 8 years ago)
  • src/wp-content/themes/twentyeleven/style.css

     
    532532#site-title {
    533533        margin-right: 270px;
    534534        padding: 3.65625em 0 0;
     535        -webkit-hyphens: auto;
     536        -moz-hyphens: auto;
     537        -ms-hyphens: auto;
     538        hyphens: auto;
     539        word-wrap: break-word;
    535540}
    536541#site-title a {
    537542        color: #111;
  • src/wp-content/themes/twentyfifteen/style.css

     
    13141314        font-weight: 700;
    13151315        line-height: 1.3636;
    13161316        margin-bottom: 0;
     1317        -webkit-hyphens: auto;
     1318        -moz-hyphens: auto;
     1319        -ms-hyphens: auto;
     1320        hyphens: auto;
     1321        word-wrap: break-word;
    13171322}
    13181323
    13191324.custom-logo {
  • src/wp-content/themes/twentyseventeen/style.css

     
    15851585        line-height: 1.25;
    15861586        letter-spacing: 0.08em;
    15871587        margin: 0;
     1588        max-width: 100%;
    15881589        padding: 0;
    15891590        text-transform: uppercase;
     1591        -webkit-hyphens: auto;
     1592        -moz-hyphens: auto;
     1593        -ms-hyphens: auto;
     1594        hyphens: auto;
     1595        word-wrap: break-word;
    15901596}
    15911597
    15921598.site-title,
     
    16421648body:not(.title-tagline-hidden) .site-branding-text {
    16431649        display: inline-block;
    16441650        vertical-align: middle;
     1651        width: calc(100% - 4em);
    16451652}
    16461653
    16471654.custom-header {
  • src/wp-content/themes/twentysixteen/style.css

     
    16061606        font-weight: 700;
    16071607        line-height: 1.2173913043;
    16081608        margin: 0;
     1609        word-wrap: break-word;
     1610        -webkit-hyphens: auto;
     1611        -moz-hyphens: auto;
     1612        -ms-hyphens: auto;
     1613        hyphens: auto;
    16091614}
    16101615
    16111616.site-branding .site-title a {
  • src/wp-content/themes/twentythirteen/style.css

     
    840840        line-height: 1;
    841841        margin: 0;
    842842        padding: 58px 0 10px;
     843        -webkit-hyphens: auto;
     844        -moz-hyphens: auto;
     845        -ms-hyphens: auto;
     846        hyphens: auto;
     847        word-wrap: break-word;
    843848}
    844849
    845850.site-description {
  • src/wp-content/themes/twentytwelve/style.css

     
    570570        line-height: 1.285714286;
    571571        margin-bottom: 14px;
    572572        margin-bottom: 1rem;
     573        -webkit-hyphens: auto;
     574        -moz-hyphens: auto;
     575        -ms-hyphens: auto;
     576        hyphens: auto;
     577        word-wrap: break-word;
    573578}
    574579.site-header h2 {
    575580        font-weight: normal;