Making WordPress.org

Changeset 77


Ignore:
Timestamp:
09/05/2013 07:58:58 PM (12 years ago)
Author:
nacin
Message:

Trac styles: Align the left edges. props samuelsidler. fixes #167.

File:
1 edited

Legend:

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

    r62 r77  
    1010    font-size: 14px;
    1111}
     12
     13#content {
     14    width: 940px; /* The width of the content area is smaller for proper padding. */
     15}
     16
    1217#main {
    1318    clear: both;
     
    3944#headline h2 {
    4045    border: 0;
     46    background: none;
    4147}
    4248#wporg-header ul :link, #wporg-header ul :visited,
     
    148154}
    149155#banner, #ctxtnav {
    150     width: 930px;
     156    width: 940px;
    151157}
    152158#content.report {
     
    427433}
    428434#mainnav ul {
     435    margin-left: 15px;
    429436    float: left;
    430437    font-size: 11px;
     
    442449    background: none;
    443450    border-right: none;
    444     border-left: 1px solid #ccc;
    445451    color: #000;
    446452    display: block;
Note: See TracChangeset for help on using the changeset viewer.