Changeset 892 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 10/10/2014 06:28:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r872 r892 16 16 *:before, 17 17 *:after { 18 19 20 18 -moz-box-sizing: border-box; 19 -webkit-box-sizing: border-box; 20 box-sizing: border-box; 21 21 } 22 22 #content, #content-area { 23 23 padding: 0 10px; 24 .toc-heading { 25 clear: left; 26 } 24 27 } 25 28 #content-area, … … 43 46 h6 { 44 47 color: #1e1e1e; 48 margin-bottom: 1.5em; 45 49 } 46 50 … … 1154 1158 ol { 1155 1159 margin: 10px 20px; 1160 ul, 1161 ol { 1162 margin-right: 0; 1163 } 1156 1164 } 1157 1165 }
Note: See TracChangeset
for help on using the changeset viewer.