Making WordPress.org

Changeset 239


Ignore:
Timestamp:
01/08/2014 08:05:12 PM (11 years ago)
Author:
nacin
Message:

Trac: Additional timeine CSS fixes. props ocean90, fixes #267.

File:
1 edited

Legend:

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

    r238 r239  
    8181#main #altlinks ul {
    8282    margin: 0 auto;
    83     width: 40em;
     83    width: 100%;
    8484}
    8585#main #altlinks ul {
     
    297297}
    298298/* =ticket.css */
    299 #content.ticket,
    300 #content.timeline {
     299#content.ticket {
    301300    max-width: 58em; /* don't let it get bigger than it was */
    302301    width: auto; /* but allow for flexibility */
     
    389388}
    390389/* =timeline.css */
     390#content.timeline {
     391    width: 100%;
     392}
    391393#content.timeline dl {
    392394    margin-left: 1em;
Note: See TracChangeset for help on using the changeset viewer.