Changeset 45476
- Timestamp:
- 05/30/2019 12:41:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/buttons.css
r45150 r45476 47 47 text-decoration: none; 48 48 font-size: 13px; 49 line-height: 2 6px;49 line-height: 2; 50 50 height: 28px; 51 51 margin: 0; … … 73 73 .wp-core-ui .button-group.button-large .button { 74 74 height: 30px; 75 line-height: 2 8px;75 line-height: 2.15384615; 76 76 padding: 0 12px 2px; 77 77 } … … 80 80 .wp-core-ui .button-group.button-small .button { 81 81 height: 24px; 82 line-height: 2 2px;82 line-height: 2; 83 83 padding: 0 8px 1px; 84 84 font-size: 11px; … … 89 89 font-size: 14px; 90 90 height: 46px; 91 line-height: 44px;91 line-height: 3.14285714; 92 92 padding: 0 36px; 93 93 } … … 376 376 padding: 0 10px 1px; 377 377 font-size: 13px; 378 line-height: 2 6px;378 line-height: 2; 379 379 height: 28px; 380 380 margin: 0; … … 391 391 .interim-login .button.button-large { 392 392 height: 30px; 393 line-height: 2 8px;393 line-height: 2; 394 394 padding: 0 12px 2px; 395 395 }
Note: See TracChangeset
for help on using the changeset viewer.