Changeset 894 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 10/10/2014 08:41:10 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
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
Note: See TracChangeset
for help on using the changeset viewer.