Making WordPress.org

Changeset 1980


Ignore:
Timestamp:
10/11/2015 11:50:57 PM (10 years ago)
Author:
nacin
Message:

Trac: Change the #changelog padding and #prefs styling.

File:
1 edited

Legend:

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

    r1977 r1980  
    778778#changelog div.change:last-child {
    779779    border-bottom: none;
    780     padding-bottom: 0;
     780}
     781#changelog {
     782    padding: 0 1em;
     783}
     784#content.ticket #prefs div {
     785    display: inline;
     786}
     787#content.ticket #prefs {
     788    margin-right: 0;
     789    background: 0;
     790    border: 0;
     791    margin-top: -4px;
    781792}
    782793#changelog .comment,
Note: See TracChangeset for help on using the changeset viewer.