Making WordPress.org

Changeset 1977


Ignore:
Timestamp:
10/11/2015 11:37:55 PM (10 years ago)
Author:
nacin
Message:

Trac: Simplify Slack mentions on tickets. (Template change to come in next commit.)

Also adds a bit more margin below comment user headers, which decompresses the page a bit.

File:
1 edited

Legend:

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

    r1973 r1977  
    711711#changelog h3.change,
    712712#ticketchange h3.change {
    713     margin: 0.75em 0 0.5em;
     713    margin: 1em 0 2em;
    714714    min-height: 40px;
    715715    border-bottom: none;
     716}
     717#changelog h3.change.chat-bot {
     718    margin: 0.5em 0;
    716719}
    717720#changelog h3.change:after,
     
    726729    line-height: 18px;
    727730    min-width: 200px;
     731}
     732#changelog h3.change.chat-bot span.avatar {
     733    line-height: 24px;
     734}
     735#changelog h3.chat-bot p {
     736    margin: 0;
     737    display: inline;
     738}
     739#changelog h3.chat-bot p br {
     740    display: none;
     741}
     742#changelog h3.chat-bot a.ext-link:before {
     743    content: none;
    728744}
    729745span.time-ago {
Note: See TracChangeset for help on using the changeset viewer.