Make WordPress Core

Ticket #24165: 24165.patch

File 24165.patch, 1.2 KB (added by DrewAPicture, 12 years ago)

spacing, gravatars, buttons

  • wordpress.org/public_html/style/trac/wp-trac.css

     
    151151#trac-comment-editor textarea {
    152152        background: #fcfcfc;
    153153}
    154 #changelog h3, #ticketchange h3 {
    155         line-height: 1.1;
     154#changelog .comment, #ticketchange .comment {
     155        margin: 0 0 2em 2em;
    156156}
     157#changelog .changes, #ticketchange .changes {
     158        margin: 0 0 2em 2em;
     159        padding-top: 1em;
     160}
    157161#properties .fullrow input {
    158162        width: 97.5%;
    159163}
     
    183187        border-radius: 3px;
    184188}
    185189#changelog h3, #ticketchange h3 {
     190        line-height: 1.1;
     191        color: #888888;
     192        font-size: 101%;
    186193        box-shadow: none;
    187194}
    188195/* =timeline.css */
     
    355362.inlinebuttons input[type=submit]:hover {
    356363        box-shadow: none;
    357364}
     365.threading, #changelog .inlinebuttons {
     366        margin: 0 1px;
     367}
    358368#mainnav {
    359369        box-shadow: none;
    360370}
     
    429439/* Gravatars */
    430440span.avatar img {
    431441        float: left;
    432         margin: 0 8px 0 -4px;
     442        margin: 0 8px 0 -8px;
     443        height: 30px;
     444        width: 30px;
     445        border-radius: 2px 2px 2px 2px;
    433446}
    434447img.avatar { float: left;
    435448        margin: 0 6px 0 -30px;