Changeset 9429
- Timestamp:
- 01/28/2020 07:15:56 PM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r9428 r9429 2059 2059 right: 0; 2060 2060 cursor: pointer; 2061 padding: 8px ;2061 padding: 8px 4px; 2062 2062 display: inline-block; 2063 2063 font-size: 20px; … … 2086 2086 2087 2087 &.menu-item-has-children > .expandable > a { 2088 padding-right: 40px;2088 padding-right: 30px; 2089 2089 } 2090 2090 } … … 2101 2101 color: #fff; 2102 2102 background-color: #0073aa; 2103 font-weight: bold;2104 2103 } 2105 2104 &.active { 2106 2105 color: #555; 2107 2106 background-color: #fff; 2107 font-weight: bold; 2108 2108 } 2109 2109 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r9428 r9429 2448 2448 right: 0; 2449 2449 cursor: pointer; 2450 padding: 8px ;2450 padding: 8px 4px; 2451 2451 display: inline-block; 2452 2452 font-size: 20px; … … 2475 2475 2476 2476 div[class*="-table-of-contents-container"] ul li.menu-item-has-children > .expandable > a { 2477 padding-right: 40px;2477 padding-right: 30px; 2478 2478 } 2479 2479 … … 2489 2489 color: #fff; 2490 2490 background-color: #0073aa; 2491 font-weight: bold;2492 2491 } 2493 2492 … … 2495 2494 color: #555; 2496 2495 background-color: #fff; 2496 font-weight: bold; 2497 2497 } 2498 2498
Note: See TracChangeset
for help on using the changeset viewer.