Making WordPress.org

Changeset 3641


Ignore:
Timestamp:
07/07/2016 02:30:16 PM (8 years ago)
Author:
samuelsidler
Message:

Breathe: Various style improvements to fix alignment issues.

See #1795.

File:
1 edited

Legend:

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

    r3634 r3641  
    8686    background: transparent;
    8787    position: static;
    88     max-width: 960px;
     88    max-width: 940px;
    8989    margin: -32px auto 0px auto;
    9090    text-align: right;
     
    320320
    321321.make-welcome-wrapper {
    322     width:100%;
    323     background: #eeeeee;
     322    width: 100%;
     323    background: #eee;
    324324    /* jQuery slideUp overrides the margin, causing the animation to be a bit funky. !important stops that. */
    325325    margin: -4em 0 4em 0 !important;
     
    337337    line-height: 1.45;
    338338    width: 100%;
    339     max-width: 960px;
     339    max-width: 940px;
    340340    margin: 0px auto;
    341     padding-bottom: 14px;
     341    padding: 0 0 14px;
    342342}
    343343
     
    364364
    365365.make-welcome .first-column {
    366     width: 71%;
     366    width: 69%;
    367367    display: inline-block;
    368368}
    369369
    370370.make-welcome .second-column {
    371     width: 25%;
     371    width: 28%;
    372372    float: right;
    373373}
     
    385385    display: block;
    386386    text-align: right;
    387     margin: 0 5px 5px 0;
     387    padding: 0 0 10px 0;
    388388    clear: both;
    389389}
Note: See TracChangeset for help on using the changeset viewer.