Changeset 4579 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 12/23/2016 06:53:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r4555 r4579 1098 1098 width: 300px; 1099 1099 1100 ul {1101 margin- top: 6px;1100 & > ul { 1101 margin-bottom: 0; 1102 1102 } 1103 1103 } … … 1105 1105 li { 1106 1106 padding-bottom: 0px !important; 1107 } 1108 & > li { 1109 padding-bottom: 8px !important; 1107 1110 } 1108 1111 a { … … 1498 1501 1499 1502 h2 { 1500 margin: 0; 1501 padding-bottom: 3px; 1503 padding: 4px 0; 1502 1504 text-align: center; 1503 1505 text-transform: uppercase; … … 1510 1512 ul, 1511 1513 ol { 1512 margin: 10px 20px;1514 margin: 6px 20px; 1513 1515 ul, 1514 1516 ol { 1515 1517 margin-right: 0; 1518 margin-top: 0; 1516 1519 } 1517 1520 } … … 1521 1524 ul.items { 1522 1525 margin-bottom: 8px !important; 1526 margin-top: 16px; 1523 1527 list-style-type: none !important; 1524 1528 padding-right: 10px;
Note: See TracChangeset
for help on using the changeset viewer.