Changeset 894
- Timestamp:
- 10/10/2014 08:41:10 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
r893 r894 22 22 #content, #content-area { 23 23 padding: 0 10px; 24 24 25 .toc-heading { 25 26 clear: left; 27 } 28 29 table { 30 border: 1px solid #f0f0f0; 31 th { 32 padding: 1em; 33 border-bottom: 1px solid #f0f0f0; 34 background: #f0f0f0; 35 } 36 td { 37 padding: 0.8em 1em; 38 } 26 39 } 27 40 } … … 46 59 h6 { 47 60 color: #1e1e1e; 48 margin-bottom: 1.5 em;61 margin-bottom: 1.5rem; 49 62 } 50 63 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r893 r894 318 318 clear: left; 319 319 } 320 .devhub-wrap #content table, .devhub-wrap #content-area table { 321 border: 1px solid #f0f0f0; 322 } 323 .devhub-wrap #content table th, .devhub-wrap #content-area table th { 324 padding: 1em; 325 border-bottom: 1px solid #f0f0f0; 326 background: #f0f0f0; 327 } 328 .devhub-wrap #content table td, .devhub-wrap #content-area table td { 329 padding: 0.8em 1em; 330 } 320 331 .devhub-wrap #content-area, 321 332 .devhub-wrap .inner-wrap { … … 335 346 .devhub-wrap .site-main h6 { 336 347 color: #1e1e1e; 337 margin-bottom: 1.5 em;348 margin-bottom: 1.5rem; 338 349 } 339 350 .devhub-wrap #headline h2 a {
Note: See TracChangeset
for help on using the changeset viewer.