Changeset 892
- Timestamp:
- 10/10/2014 06:28:20 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 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 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r872 r892 315 315 padding: 0 10px; 316 316 } 317 .devhub-wrap #content .toc-heading, .devhub-wrap #content-area .toc-heading { 318 clear: left; 319 } 317 320 .devhub-wrap #content-area, 318 321 .devhub-wrap .inner-wrap { … … 332 335 .devhub-wrap .site-main h6 { 333 336 color: #1e1e1e; 337 margin-bottom: 1.5em; 334 338 } 335 339 .devhub-wrap #headline h2 a { … … 1286 1290 margin: 10px 20px; 1287 1291 } 1292 .devhub-wrap .table-of-contents ul ul, 1293 .devhub-wrap .table-of-contents ul ol, 1294 .devhub-wrap .table-of-contents ol ul, 1295 .devhub-wrap .table-of-contents ol ol { 1296 margin-right: 0; 1297 } 1288 1298 .devhub-wrap ul.items { 1289 1299 margin-bottom: 8px !important;
Note: See TracChangeset
for help on using the changeset viewer.