Changeset 26662
- Timestamp:
- 12/05/2013 06:14:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r26661 r26662 3432 3432 .primary-navigation .menu-item-has-children > a:after, 3433 3433 .primary-navigation .page_item_has_children > a:after { 3434 border: 4px solid transparent;3435 border-top-color: #fff;3436 content: "";3437 margin-top: -2px;3434 -webkit-font-smoothing: antialiased; 3435 content: "\f502"; 3436 display: inline-block; 3437 font: normal 8px/1 Genericons; 3438 3438 position: absolute; 3439 top: 50%;3440 3439 right: 12px; 3440 top: 22px; 3441 vertical-align: text-bottom; 3441 3442 } 3442 3443 … … 3447 3448 } 3448 3449 3449 .primary-navigation .menu-item-has-children li > a:after,3450 .primary-navigation . page_item_has_children li > a:after {3451 border-top-color: transparent;3452 border-left-color: #fff;3453 margin-top: -4px;3450 .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after, 3451 .primary-navigation .menu-item-has-children li.page_item_has_children > a:after, 3452 .primary-navigation .page_item_has_children li.menu-item-has-children > a:after, 3453 .primary-navigation .page_item_has_children li.page_item_has_children > a:after { 3454 content: "\f501"; 3454 3455 right: 8px; 3456 top: 20px; 3455 3457 } 3456 3458 } … … 3663 3665 3664 3666 .secondary-navigation .menu-item-has-children > a:after { 3665 border: 4px solid transparent;3666 border-left-color: #fff;3667 content: "";3668 margin-top: -4px;3667 -webkit-font-smoothing: antialiased; 3668 content: "\f501"; 3669 display: inline-block; 3670 font: normal 8px/1 Genericons; 3669 3671 position: absolute; 3670 top: 50%;3671 3672 right: 26px; 3673 top: 14px; 3674 vertical-align: text-bottom; 3672 3675 } 3673 3676
Note: See TracChangeset
for help on using the changeset viewer.