Ticket #13273: 13273.bundled-themes.diff
File 13273.bundled-themes.diff, 2.1 KB (added by , 9 years ago) |
---|
-
src/wp-content/themes/twentyeleven/style.css
635 635 font-weight: bold; 636 636 } 637 637 638 .menu-item-type-placeholder > a { 639 cursor: default; 640 } 641 638 642 /* Search Form */ 639 643 #branding #searchform { 640 644 position: absolute; -
src/wp-content/themes/twentyfourteen/style.css
964 964 font-weight: 900; 965 965 } 966 966 967 .menu-item-type-placeholder > a { 968 cursor: default; 969 } 970 967 971 /* Primary Navigation */ 968 972 969 973 .primary-navigation { -
src/wp-content/themes/twentyten/style.css
460 460 color: #fff; 461 461 } 462 462 463 .menu-item-type-placeholder > a { 464 cursor: default; 465 } 463 466 467 464 468 /* =Content 465 469 -------------------------------------------------------------- */ 466 470 -
src/wp-content/themes/twentythirteen/style.css
943 943 display: none; 944 944 } 945 945 946 .menu-item-type-placeholder > a { 947 cursor: default; 948 } 949 946 950 /* Navbar */ 947 951 .navbar { 948 952 background-color: #f7f5e7; -
src/wp-content/themes/twentytwelve/style.css
602 602 .menu-toggle { 603 603 display: inline-block; 604 604 } 605 .menu-item-type-placeholder > a { 606 cursor: default; 607 } 605 608 606 609 /* Banner */ 607 610 section[role="banner"] {