Make WordPress Core

Ticket #38901: 38901.diff

File 38901.diff, 2.5 KB (added by netweb, 8 years ago)
  • src/wp-content/themes/twentyseventeen/assets/css/ie8.css

     
    4545/* Fixes linked images */
    4646.entry-content a img,
    4747.widget a img {
    48         filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#ffffff);
     48        filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#fff);
    4949}
    5050
    5151/* Layout */
     
    9292
    9393.site-title {
    9494        font-size: 36px;
    95         font-weight: bolder;
     95        font-weight: 700;
    9696}
    9797
    9898.site-description {
     
    188188.page .entry-title,
    189189.entry-meta + .entry-title {
    190190        font-size: 26px;
    191         font-weight: normal;
     191        font-weight: 400;
    192192        letter-spacing: normal;
    193193        padding-top: 0;
    194194        text-transform: none;
  • src/wp-content/themes/twentyseventeen/style.css

     
    121121
    122122b,
    123123strong {
    124         font-weight: bolder;
     124        font-weight: 700;
    125125}
    126126
    127127code,
     
    16811681}
    16821682
    16831683.wp-custom-header .wp-custom-header-video-button { /* Speficity prevents .color-dark button overrides */
    1684         background-color: rgba( 34, 34, 34, 0.5 );
    1685         border: 1px solid rgba( 255, 255, 255, 0.6 );
    1686         color: rgba( 255, 255, 255, 0.6 );
     1684        background-color: rgba(34, 34, 34, 0.5);
     1685        border: 1px solid rgba(255, 255, 255, 0.6);
     1686        color: rgba(255, 255, 255, 0.6);
    16871687        height: 45px;
    16881688        overflow: hidden;
    16891689        padding: 0;
     
    16971697
    16981698.wp-custom-header .wp-custom-header-video-button:hover,
    16991699.wp-custom-header .wp-custom-header-video-button:focus { /* SSpeficity prevents .color-dark button overrides */
    1700         border-color: rgba( 255, 255, 255, 0.8 );
    1701         background-color: rgba( 34, 34, 34, 0.8 );
     1700        border-color: rgba(255, 255, 255, 0.8);
     1701        background-color: rgba(34, 34, 34, 0.8);
    17021702        color: #fff;
    17031703}
    17041704
     
    30343034.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    30353035        font-size: 20px;
    30363036        font-size: 1.25rem;
    3037         font-weight: normal;
     3037        font-weight: 400;
    30383038        line-height: 1;
    30393039        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    30403040        -ms-transform: rotate(180deg); /* IE 9 */
     
    30813081
    30823082/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
    30833083@media screen and (min-width: 20em) {
     3084
    30843085        body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    30853086                padding-left: 0;
    30863087        }