Ticket #26424: 26424.genericons.diff
File 26424.genericons.diff, 1.8 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfourteen/style.css
3433 3411 3434 3412 .primary-navigation .menu-item-has-children > a:after, 3435 3413 .primary-navigation .page_item_has_children > a:after { 3436 border: 4px solid transparent;3437 border-top-color: #fff;3438 content: "";3439 margin-top: -2px;3414 -webkit-font-smoothing: antialiased; 3415 content: "\f502"; 3416 display: inline-block; 3417 font: normal 8px/1 Genericons; 3440 3418 position: absolute; 3441 top: 50%;3442 3419 right: 12px; 3420 top: 22px; 3421 vertical-align: text-bottom; 3443 3422 } 3444 3423 3445 3424 .primary-navigation li .menu-item-has-children > a, … … 3448 3427 width: 168px; 3449 3428 } 3450 3429 3451 .primary-navigation .menu-item-has-children li > a:after,3452 .primary-navigation . page_item_has_children li > a:after {3453 border-top-color: transparent;3454 border-left-color: #fff;3455 margin-top: -4px;3430 .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after, 3431 .primary-navigation .menu-item-has-children li.page_item_has_children > a:after, 3432 .primary-navigation .page_item_has_children li.menu-item-has-children > a:after, 3433 .primary-navigation .page_item_has_children li.page_item_has_children > a:after { 3434 content: "\f501"; 3456 3435 right: 8px; 3436 top: 20px; 3457 3437 } 3458 3438 } 3459 3439 … … 3664 3644 } 3665 3645 3666 3646 .secondary-navigation .menu-item-has-children > a:after { 3667 border: 4px solid transparent;3668 border-left-color: #fff;3669 content: "";3670 margin-top: -4px;3647 -webkit-font-smoothing: antialiased; 3648 content: "\f501"; 3649 display: inline-block; 3650 font: normal 8px/1 Genericons; 3671 3651 position: absolute; 3672 top: 50%;3673 3652 right: 26px; 3653 top: 14px; 3654 vertical-align: text-bottom; 3674 3655 } 3675 3656 3676 3657 .footer-sidebar .widget,