Making WordPress.org

Changeset 78


Ignore:
Timestamp:
09/05/2013 10:03:56 PM (11 years ago)
Author:
nacin
Message:

Trac styles: Fix report width, broken in [77]. props SergeyBiryukov. fixes #167.

File:
1 edited

Legend:

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

    r77 r78  
    148148}
    149149
    150 /* Everything should be 960px width, except for reports (too much tabular data for 960px) */
     150/* Everything should be 940px width, except for reports (too much tabular data for 940px) */
    151151#banner, #mainnav, #ctxtnav, #pagepath, #content, #footer, #altlinks, #main > h1 {
    152     max-width: 960px;
     152    max-width: 940px;
    153153    margin: 0 auto;
    154154}
     
    158158#content.report {
    159159    max-width: 98%;
     160    width: auto;
    160161}
    161162#content.report div.reports ~ #help,
     
    168169#content.report > #report-notfound,
    169170#content.report > #report-notfound + #help {
    170     max-width: 960px;
     171    max-width: 940px;
    171172    margin-left: auto;
    172173    margin-right: auto;
Note: See TracChangeset for help on using the changeset viewer.