Making WordPress.org


Ignore:
Timestamp:
06/29/2014 08:41:47 AM (11 years ago)
Author:
coffee2code
Message:

Code Reference: add ability for users to submit code examples (via comments). See #180

Viewable by all, but temporarily only submittable by members of the site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r687 r724  
    899899        list-style: none;
    900900        margin: 0 0 1.5em 0;
    901         border-top: 1px solid #eee;
    902901        padding: 0;
    903902    }
     
    906905        padding: 24px 24px 0 24px;
    907906        padding: 1.5rem 1.5rem 0 1.5rem;
    908         border: 1px solid #eee;
    909         border-top: none;
     907        border: 0 solid #eee;
     908        border-bottom-width: 1px;
    910909        background: #fff;
     910    }
     911
     912    .comment-list li:first-child {
     913        padding-top: 0;
    911914    }
    912915
     
    915918        width: 2.5em;
    916919        height: 2.5em;
    917         margin: 0 1em 0.5em 0;
     920        margin: -0.5em 1em 0.5em 0;
    918921        padding: 0.125em;
    919922        border: 1px solid #eee;
     923    }
     924
     925    .comment-author-attribution {
     926        font-weight: bold;
    920927    }
    921928
Note: See TracChangeset for help on using the changeset viewer.