Making WordPress.org

Ticket #541: 541.diff

File 541.diff, 606 bytes (added by bgturner, 10 years ago)

Style changes to correctly align the description checkbox.

  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    180180        float: none;
    181181        border: 0;
    182182        background: none;
     183        margin-left: auto;
     184        margin-right: auto;
    183185}
     186#content.report form#prefs div {
     187        float: right;
     188}
    184189/* When blame displays a changeset inline, override the inline style set by blame.js */
    185190#main ~ .message[style] {
    186191        width: auto !important;