Changeset 3626 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 07/06/2016 07:16:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r3564 r3626 1057 1057 width: 300px; 1058 1058 } 1059 .toc-jump { 1060 display: inline-block; 1061 float: right; 1062 } 1059 1063 } 1060 1064 … … 1088 1092 ----------------------------------------------- */ 1089 1093 .usage { 1090 article {1091 float: left;1092 width: 50%;1093 }1094 1095 .used-by {1096 padding-right: 30px;1097 }1098 1099 .uses {1100 padding-left: 30px;1101 }1102 1103 1094 ul { 1104 1095 line-height: 1.7; /* Slightly increase the line height for more readability */ … … 1429 1420 li { 1430 1421 padding-bottom: 6px !important; 1422 font-weight: 600; 1431 1423 1432 1424 ul li, 1433 1425 ul li ul li { 1434 1426 padding-bottom: 0 !important; 1427 font-weight: normal; 1435 1428 } 1436 1429 … … 1614 1607 text-indent: -45px; 1615 1608 } 1616 1617 .table-of-contents {1618 width: 200px;1619 }1620 1609 } 1621 1610 … … 1623 1612 width: 99%; 1624 1613 } 1625 1626 .usage { 1627 article { 1614 } 1615 } 1616 1617 @media (max-width: 32em) { 1618 .devhub-wrap { 1619 .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method { 1620 .table-of-contents { 1628 1621 width: 100%; 1629 } 1630 1631 .uses { 1632 padding-left: 0; 1633 margin-top: 30px; 1622 margin-bottom: 10px; 1623 } 1624 1625 section { 1626 overflow: inherit; 1627 } 1628 1629 hr { 1630 clear: both; 1634 1631 } 1635 1632 } … … 1649 1646 font-size: 16px; 1650 1647 } 1651 .table-of-contents {1652 width: 100%;1653 margin-bottom: 10px;1654 }1655 1648 } 1656 1649
Note: See TracChangeset
for help on using the changeset viewer.