Making WordPress.org

Changeset 4532


Ignore:
Timestamp:
12/14/2016 11:10:53 PM (8 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Add margin-bottom to handbook navigation for when chapters widget flows below the content

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  
    14691469    }
    14701470
    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            }
    14801484        }
    14811485    }
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

    r4494 r4532  
    18171817}
    18181818
     1819.devhub-wrap nav.handbook-navigation {
     1820  margin-bottom: 3em;
     1821}
     1822
    18191823.devhub-wrap nav.handbook-navigation .nav-links a {
    18201824  width: 49%;
Note: See TracChangeset for help on using the changeset viewer.