Changeset 226
- Timestamp:
- 01/08/2014 04:56:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r225 r226 297 297 } 298 298 /* =ticket.css */ 299 #content.ticket { 299 #content.ticket, 300 #content.timeline { 300 301 max-width: 58em; /* don't let it get bigger than it was */ 301 302 width: auto; /* but allow for flexibility */ … … 1006 1007 margin-bottom: 2em; /* more space below when logo is smaller */ 1007 1008 } 1008 #content.ticket, .milestone .info .progress, .milestone .info dl, # stats {1009 #content.ticket, .milestone .info .progress, .milestone .info dl, #content.timeline dl, #stats { 1009 1010 margin-left: 0; /* use all the available space */ 1010 1011 } … … 1087 1088 width: 85%; 1088 1089 } 1089 } 1090 #content.timeline dl { 1091 width: 85%; /* prevent right overflow */ 1092 } 1093 #content.timeline dd { 1094 margin-left: 0; 1095 } 1096 }
Note: See TracChangeset
for help on using the changeset viewer.