Changeset 29168
- Timestamp:
- 07/14/2014 05:47:36 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
-
css/editor-style.css (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/css/editor-style.css
r28941 r29168 621 621 background-color: #fff; 622 622 background-image: none; 623 border-radius: 10px;623 border-radius: 2px; 624 624 box-shadow: 1px 1px 1px rgba(0,0,0,.8); 625 625 color: #000; 626 height: 48px;627 margin : -24px 0 0 -32px;628 width: 64px;626 height: 36px; 627 margin-left: -24px; 628 width: 48px; 629 629 } 630 630 … … 633 633 content: '\f452'; 634 634 display: inline-block; 635 font: normal 48px/1 Genericons;635 font: normal 32px/1.125 Genericons; 636 636 position: absolute; 637 top: 0;637 top: 1px; 638 638 left: 10px; 639 639 } -
trunk/src/wp-content/themes/twentyfourteen/style.css
r29101 r29168 1379 1379 background-color: #fff; 1380 1380 background-image: none; 1381 border-radius: 10px;1381 border-radius: 2px; 1382 1382 box-shadow: 1px 1px 1px rgba(0,0,0,.8); 1383 1383 color: #000; 1384 height: 48px;1385 margin : -24px 0 0 -32px;1386 width: 64px;1384 height: 36px; 1385 margin-left: -24px; 1386 width: 48px; 1387 1387 } 1388 1388 … … 1391 1391 content: '\f452'; 1392 1392 display: inline-block; 1393 font: normal 48px/1Genericons;1393 font: normal 32px/1.125 Genericons; 1394 1394 position: absolute; 1395 top: 0;1395 top: 1px; 1396 1396 left: 10px; 1397 1397 }
Note: See TracChangeset
for help on using the changeset viewer.