Making WordPress.org

Changeset 3751


Ignore:
Timestamp:
07/29/2016 10:29:33 PM (8 years ago)
Author:
coffee2code
Message:

Breathe: Add basic styling for handbook page-to-page navigation links.

Copies styling from the W.org P2 child theme, which is largely how the mockups suggest them to look anyhow.

See #1825.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r3687 r3751  
    495495}
    496496
     497nav.handbook-navigation {
     498    font-size: 14px;
     499    margin: 2em 0;
     500    overflow: auto;
     501}
     502nav.handbook-navigation .nav-links a {
     503    width: 49%;
     504    border: 0;
     505    display: inline-block;
     506}
     507nav-handbook-navigation .nav-links a[rel="prev"] {
     508    text-align: left;
     509}
     510nav.handbook-navigation .nav-links a[rel="next"] {
     511    text-align: right;
     512    float: right;
     513}
     514
Note: See TracChangeset for help on using the changeset viewer.