Making WordPress.org

Changeset 9356


Ignore:
Timestamp:
12/18/2019 07:56:24 AM (5 years ago)
Author:
dd32
Message:

Trac: Increase the padding of the 'chat-bot' comments (slackbot, etc) by 1px to hide the underline from the parent element.

This also hides the comment action buttons since they're not useful here.

File:
1 edited

Legend:

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

    r9340 r9356  
    879879    border: none;
    880880    background: #fff;
    881     padding: 0 11px 0 1em;
     881    padding: 0 11px 1px 1em;
    882882}
    883883#changelog h3.change:after,
     
    905905#changelog h3.chat-bot a.ext-link:before {
    906906    content: none;
     907}
     908#changelog h3.chat-bot .trac-ticket-buttons {
     909    display: none;
    907910}
    908911span.time-ago {
Note: See TracChangeset for help on using the changeset viewer.