Changeset 78
- Timestamp:
- 09/05/2013 10:03:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r77 r78 148 148 } 149 149 150 /* Everything should be 9 60px 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) */ 151 151 #banner, #mainnav, #ctxtnav, #pagepath, #content, #footer, #altlinks, #main > h1 { 152 max-width: 9 60px;152 max-width: 940px; 153 153 margin: 0 auto; 154 154 } … … 158 158 #content.report { 159 159 max-width: 98%; 160 width: auto; 160 161 } 161 162 #content.report div.reports ~ #help, … … 168 169 #content.report > #report-notfound, 169 170 #content.report > #report-notfound + #help { 170 max-width: 9 60px;171 max-width: 940px; 171 172 margin-left: auto; 172 173 margin-right: auto;
Note: See TracChangeset
for help on using the changeset viewer.