Changeset 815 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 08/26/2014 08:11:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r813 r815 597 597 } 598 598 599 .reference-landing .section.search-section { 600 padding-top: 0; 601 } 602 599 603 .searchform { 600 604 overflow: hidden; … … 650 654 } 651 655 656 .reference-landing .section, .search-section { 657 max-width: 700px; 658 max-width: 70rem; 659 margin: 0 auto; 660 padding: 1.5em 0; 661 } 662 652 663 .reference-landing { 653 664 .section { 654 max-width: 700px;655 max-width: 70rem;656 margin: 0 auto;657 padding: 1.5em 0;658 659 665 h2, 660 666 h3, … … 1205 1211 } 1206 1212 1207 &.wpicon div { 1208 margin: -0.7rem 2rem 0 -1.8rem; 1209 font-size: 2.5em; 1210 padding: 0 2rem; 1211 1212 &:before { 1213 content: "\f324"; 1213 &.wpicon { 1214 div { 1215 margin: -0.7rem 2rem 0 -1.8rem; 1216 font-size: 2.5em; 1217 padding: 0 2rem; 1218 1219 &:before { 1220 content: "\f324"; 1221 } 1214 1222 } 1215 1223
Note: See TracChangeset
for help on using the changeset viewer.