Changeset 9430
- Timestamp:
- 01/28/2020 07:17:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r9427 r9430 395 395 letter-spacing: 1px; 396 396 background-color: transparent; 397 padding: 1rem 12px ;397 padding: 1rem 12px 1rem 8px; 398 398 margin-bottom: 0; 399 399 color: inherit; … … 1295 1295 } 1296 1296 #secondary .menu-table-of-contents-container ul li { 1297 border-top: 1px solid rgba(0,0,0,0.05);1297 margin: 1px 0; 1298 1298 padding: 0; 1299 1299 position: relative; … … 1301 1301 #secondary .menu-table-of-contents-container ul ul { 1302 1302 margin-left: 12px; 1303 border-left: 1px solid rgba(0,0,0,0.05);1303 border-left: 2px solid #21759b; 1304 1304 } 1305 1305 .menu-table-of-contents-container ul li .expandable { … … 1343 1343 display: block; 1344 1344 width: 100%; 1345 padding: 8px 40px 8px 8px;1345 padding: 8px 8px 8px 13px; 1346 1346 text-decoration: none; 1347 } 1348 .menu-table-of-contents-container ul li.menu-item-has-children > .expandable > a { 1349 padding-right: 40px; 1347 1350 } 1348 1351 .menu-table-of-contents-container ul a:hover, … … 1360 1363 color: #555; 1361 1364 background-color: #fff; 1362 } 1363 .menu-table-of-contents-container > ul > li:last-child { 1364 border-bottom: 1px solid rgba(0,0,0,0.05); 1365 } 1366 .menu-table-of-contents-container > ul > li .children > li > a { 1367 padding-left: 13px; 1368 } 1369 .menu-table-of-contents-container > ul > li .children > li > ul > li > a { 1370 padding-left: 8px; 1365 font-weight: bold; 1371 1366 } 1372 1367
Note: See TracChangeset
for help on using the changeset viewer.