Ticket #58444: 58444.1.diff
File 58444.1.diff, 1.4 KB (added by , 18 months ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/blocks.css
142 142 color: #fff; 143 143 font-size: 12px; 144 144 font-weight: 700; 145 line-height: 1 5px;145 line-height: 1.25; 146 146 padding: 10px 30px 11px; 147 147 text-transform: uppercase; 148 148 vertical-align: bottom; … … 235 235 .wp-block-button .wp-block-button__link { 236 236 font-size: 12px; 237 237 font-weight: 700; 238 line-height: 1 5px;238 line-height: 1.25; 239 239 padding: 10px 30px 11px; 240 240 text-decoration: none; 241 241 text-transform: uppercase; -
src/wp-content/themes/twentyfourteen/css/editor-blocks.css
336 336 color: #fff; 337 337 font-size: 12px; 338 338 font-weight: 700; 339 line-height: normal;339 line-height: 1.25; 340 340 padding: 10px 30px 11px; 341 341 text-transform: uppercase; 342 342 vertical-align: bottom; … … 418 418 .wp-block-button .wp-block-button__link { 419 419 font-size: 12px; 420 420 font-weight: 700; 421 line-height: 1.25; 421 422 padding: 10px 30px 11px; 422 423 text-transform: uppercase; 423 424 vertical-align: bottom;