Making WordPress.org

Ticket #167: meta-167.2.diff

File meta-167.2.diff, 1.0 KB (added by SergeyBiryukov, 10 years ago)
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    147147        font-size: 13px;
    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}
    155155#banner, #ctxtnav {
     
    157157}
    158158#content.report {
    159159        max-width: 98%;
     160        width: auto;
    160161}
    161162#content.report div.reports ~ #help,
    162163#content.report div.reports,
     
    167168#content.report > .paging,
    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;
    173174}