Changeset 37442
- Timestamp:
- 05/17/2016 01:44:36 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r37426 r37442 1138 1138 clear: both; 1139 1139 color: #666; 1140 font: 24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 1140 font-size: 24px; 1141 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 1141 1142 margin: 30px 0 0 0; 1142 1143 padding: 0; -
trunk/src/wp-includes/css/admin-bar.css
r37419 r37442 8 8 text-transform: none; 9 9 letter-spacing: normal; 10 font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 10 font-size: 13px; 11 font-weight: normal; 12 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 13 line-height: 32px; 11 14 -webkit-border-radius: 0; 12 15 border-radius: 0; … … 80 83 direction: ltr; 81 84 color: #ccc; 82 font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 85 font-size: 13px; 86 font-weight: normal; 87 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 88 line-height: 32px; 83 89 height: 32px; 84 90 position: fixed; … … 619 625 position: relative; 620 626 z-index: 30; 621 font: 13px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 627 font-size: 13px; 628 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 629 line-height: 24px; 622 630 height: 24px; 623 631 width: 24px; … … 799 807 800 808 #wpadminbar * { 801 font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 809 font-size: 14px; 810 font-weight: normal; 811 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 812 line-height: 32px; 802 813 } 803 814 -
trunk/src/wp-includes/css/wp-embed-template.css
r37361 r37442 60 60 .wp-embed { 61 61 padding: 25px; 62 font: 400 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 62 font-size: 14px; 63 font-weight: 400; 64 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 65 line-height: 1.5; 63 66 color: #82878c; 64 67 background: white; … … 308 311 margin: 0 0 10px 0; 309 312 padding: 0 5px; 310 font: 400 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 313 font-size: 14px; 314 font-weight: 400; 315 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 316 line-height: 1.5; 311 317 resize: none; 312 318 cursor: text;
Note: See TracChangeset
for help on using the changeset viewer.