Making WordPress.org

Ticket #267: 267.patch

File 267.patch, 1.1 KB (added by ocean90, 11 years ago)
  • trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    296296        box-shadow: none;
    297297}
    298298/* =ticket.css */
    299 #content.ticket {
     299#content.ticket,
     300#content.timeline {
    300301        max-width: 58em; /* don't let it get bigger than it was */
    301302        width: auto; /* but allow for flexibility */
    302303}
     
    941942        #search {
    942943                margin-bottom: 2em; /* more space below when logo is smaller */
    943944        }
    944         #content.ticket, .milestone .info .progress, .milestone .info dl, #stats {
     945        #content.ticket, .milestone .info .progress, .milestone .info dl, #content.timeline dl, #stats {
    945946                margin-left: 0; /* use all the available space */
    946947        }
    947948        #ticket table.properties img.avatar {
     
    10221023        .milestone .info .progress {
    10231024            width: 85%;
    10241025        }
     1026        #content.timeline dl {
     1027                width: 85%; /* prevent right overflow */
     1028        }
     1029        #content.timeline dd {
     1030                margin-left: 0;
     1031        }
    10251032}