Make WordPress Core

Ticket #17198: 17198.style-fixes-i18n.diff

File 17198.style-fixes-i18n.diff, 717 bytes (added by matveb, 12 years ago)

Minor style fixes (overflow) for international blogs and replacing em dash with the proper CSS value for the entity.

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

     
    718718        color: #777;
    719719        font-size: 18px;
    720720        height: 48px;
     721        overflow: hidden;
    721722        position: absolute;
    722723                top: 0;
    723724                right: 0;
     
    11461147}
    11471148.wp-caption .wp-caption-text:before {
    11481149        color: #9b8a62;
    1149         content: '';
     1150        content: '\2014';
    11501151        font-size: 14px;
    11511152        font-style: normal;
    11521153        font-weight: bold;
     
    16091610        position: relative;
    16101611                top: 41px;
    16111612                left: 4px;
    1612         width: 60px;
     1613        min-width: 60px;
    16131614        z-index: 1;
    16141615/*      text-shadow: 1px 1px 1px #fff; */
    16151616}