Ticket #267: 267.patch
File 267.patch, 1.1 KB (added by , 11 years ago) |
---|
-
trunk/wordpress.org/public_html/style/trac/wp-trac.css
296 296 box-shadow: none; 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 */ 302 303 } … … 941 942 #search { 942 943 margin-bottom: 2em; /* more space below when logo is smaller */ 943 944 } 944 #content.ticket, .milestone .info .progress, .milestone .info dl, # stats {945 #content.ticket, .milestone .info .progress, .milestone .info dl, #content.timeline dl, #stats { 945 946 margin-left: 0; /* use all the available space */ 946 947 } 947 948 #ticket table.properties img.avatar { … … 1022 1023 .milestone .info .progress { 1023 1024 width: 85%; 1024 1025 } 1026 #content.timeline dl { 1027 width: 85%; /* prevent right overflow */ 1028 } 1029 #content.timeline dd { 1030 margin-left: 0; 1031 } 1025 1032 }