Changeset 31
- Timestamp:
- 06/04/2013 09:27:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/shiny.css
r30 r31 94 94 } 95 95 96 /* Everything should be 960px width, except for when we could really use the extra space: 97 * - attachments/patches (but not when uploading) 98 * - changesets 99 * - code browser 100 * - ticket query 101 * - report views (but not /report) 102 */ 96 /* Everything should be 960px width, except for reports (too much tabular data for 960px) */ 103 97 #banner, #mainnav, #ctxtnav, #pagepath, #content, #footer, #altlinks, #main > h1 { 104 98 width: 960px; … … 108 102 width: 930px; 109 103 } 110 #content.report, 111 #content.browser, 112 #content.query, 113 #content.changeset, 114 #content.attachment { 115 width: 100%; 104 #content.report { 105 width: 98%; 116 106 } 117 107 #content.report div.reports ~ #help, 118 108 #content.report div.reports, 119 #content.changeset > #title,120 #content.changeset #overview,121 #content.attachment > form,122 #content.attachment #info,123 #content.attachment > h1,124 109 #content.report > h1, 125 #content.browser > h1,126 #content.query > h1,127 #content.query #query,128 110 #content.report > form, 129 111 #content.report #description, … … 133 115 margin-left: auto; 134 116 margin-right: auto; 135 }136 #content.changeset #overview {137 position: relative;138 117 } 139 118 #content.report form#prefs {
Note: See TracChangeset
for help on using the changeset viewer.