Changeset 4609 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 01/05/2017 11:11:59 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
r4579 r4609 1593 1593 } 1594 1594 1595 .rest-api-handbook-reference { 1596 1597 .table-of-contents { 1598 float: none; 1599 overflow: hidden; 1600 width: 100%; 1601 margin: 0 auto 1em; 1602 clear: both; 1603 1604 ul.items li ul li { 1605 display: inline; 1606 1607 &::after { 1608 content: '; '; 1609 } 1610 1611 &:last-child::after { 1612 content: ''; 1613 } 1614 } 1615 } 1616 1617 } 1618 1595 1619 @media ( max-width: 59.999999em ) { 1596 1620
Note: See TracChangeset
for help on using the changeset viewer.