Making WordPress.org


Ignore:
Timestamp:
08/26/2014 08:04:21 AM (12 years ago)
Author:
coffee2code
Message:

Code Reference: allow for mixed text and code in examples

  • Enable shortcode support in comments
  • Allow for mixed code and text in examples
  • Move functions and handling related to user submitted content into inc/user-content.php
  • Add padding around comments
File:
1 edited

Legend:

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

    r803 r813  
    973973
    974974        .comment-list li {
    975                 padding: 24px 24px 0 24px;
    976                 padding: 1.5rem 1.5rem 0 1.5rem;
     975                padding: 2rem 1.5rem 1rem;
    977976                border: 0 solid #eee;
    978977                border-bottom-width: 1px;
    979978                background: #fff;
    980         }
    981 
    982         .comment-list li:first-child {
    983                 padding-top: 0;
     979
     980                &:first-child {
     981                        padding-top: 1rem;
     982                }
    984983        }
    985984
Note: See TracChangeset for help on using the changeset viewer.