Changeset 5835 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 08/23/2017 06:12:03 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
r5820 r5835 1825 1825 @media (max-width: 32em) { 1826 1826 .devhub-wrap { 1827 .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method { 1828 .table-of-contents { 1829 width: 100%; 1830 margin-bottom: 10px; 1831 } 1832 1833 section { 1834 overflow: inherit; 1835 } 1836 1837 hr { 1838 clear: both; 1839 } 1827 .table-of-contents { 1828 float: none; 1829 margin-left: 0; 1830 width: 100%; 1831 } 1832 1833 section { 1834 overflow: inherit; 1835 } 1836 1837 hr { 1838 clear: both; 1840 1839 } 1841 1840 }
Note: See TracChangeset
for help on using the changeset viewer.