Making WordPress.org

Changeset 226


Ignore:
Timestamp:
01/08/2014 04:56:47 PM (11 years ago)
Author:
nacin
Message:

Trac: Make the timeline responsive. props ocean90, fixes #267.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r225 r226  
    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 */
     
    10061007        margin-bottom: 2em; /* more space below when logo is smaller */
    10071008    }
    1008     #content.ticket, .milestone .info .progress, .milestone .info dl, #stats {
     1009    #content.ticket, .milestone .info .progress, .milestone .info dl, #content.timeline dl, #stats {
    10091010        margin-left: 0; /* use all the available space */
    10101011    }
     
    10871088        width: 85%;
    10881089    }
    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.