Ticket #38901: 38901.diff
File 38901.diff, 2.5 KB (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/css/ie8.css
45 45 /* Fixes linked images */ 46 46 .entry-content a img, 47 47 .widget a img { 48 filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#fff fff);48 filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#fff); 49 49 } 50 50 51 51 /* Layout */ … … 92 92 93 93 .site-title { 94 94 font-size: 36px; 95 font-weight: bolder;95 font-weight: 700; 96 96 } 97 97 98 98 .site-description { … … 188 188 .page .entry-title, 189 189 .entry-meta + .entry-title { 190 190 font-size: 26px; 191 font-weight: normal;191 font-weight: 400; 192 192 letter-spacing: normal; 193 193 padding-top: 0; 194 194 text-transform: none; -
src/wp-content/themes/twentyseventeen/style.css
121 121 122 122 b, 123 123 strong { 124 font-weight: bolder;124 font-weight: 700; 125 125 } 126 126 127 127 code, … … 1681 1681 } 1682 1682 1683 1683 .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); 1687 1687 height: 45px; 1688 1688 overflow: hidden; 1689 1689 padding: 0; … … 1697 1697 1698 1698 .wp-custom-header .wp-custom-header-video-button:hover, 1699 1699 .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); 1702 1702 color: #fff; 1703 1703 } 1704 1704 … … 3034 3034 .no-svg .dropdown-toggle .svg-fallback.icon-angle-down { 3035 3035 font-size: 20px; 3036 3036 font-size: 1.25rem; 3037 font-weight: normal;3037 font-weight: 400; 3038 3038 line-height: 1; 3039 3039 -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ 3040 3040 -ms-transform: rotate(180deg); /* IE 9 */ … … 3081 3081 3082 3082 /* Adjust positioning of edit shortcuts, override style in customize-preview.css */ 3083 3083 @media screen and (min-width: 20em) { 3084 3084 3085 body.customize-partial-edit-shortcuts-shown .site-header .site-title { 3085 3086 padding-left: 0; 3086 3087 }