Changeset 4532
- Timestamp:
- 12/14/2016 11:10:53 PM (8 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
r4494 r4532 1469 1469 } 1470 1470 1471 nav.handbook-navigation .nav-links a { 1472 width: 49%; 1473 display: inline-block; 1474 &[rel="prev"] { 1475 text-align: left; 1476 } 1477 &[rel="next"] { 1478 text-align: right; 1479 float: right; 1471 nav.handbook-navigation { 1472 margin-bottom: 3em; 1473 1474 .nav-links a { 1475 width: 49%; 1476 display: inline-block; 1477 &[rel="prev"] { 1478 text-align: left; 1479 } 1480 &[rel="next"] { 1481 text-align: right; 1482 float: right; 1483 } 1480 1484 } 1481 1485 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r4494 r4532 1817 1817 } 1818 1818 1819 .devhub-wrap nav.handbook-navigation { 1820 margin-bottom: 3em; 1821 } 1822 1819 1823 .devhub-wrap nav.handbook-navigation .nav-links a { 1820 1824 width: 49%;
Note: See TracChangeset
for help on using the changeset viewer.