Making WordPress.org


Ignore:
Timestamp:
08/19/2016 09:06:55 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Accurate blockquote styles.

See https://wordpress.slack.com/archives/meta/p1471549386001522
See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/elements/_elements.scss

    r3676 r3832  
    2424}
    2525
     26blockquote {
     27    // Override wp4.css.
     28    background: transparent;
     29    border: none;
     30    padding: 0;
     31
     32    border-left: 2px solid $color__border;
     33    color: #82878c;
     34    font-style: italic;
     35    margin: 16px 0;
     36    margin: 1rem 0;
     37    padding-left: 16px;
     38    padding-left: 1rem;
     39
     40    cite {
     41        @include font-size( ms-unitless( ms(-2) ) );
     42    }
     43}
     44
    2645hr {
    2746    background-color: $color__background-hr;
Note: See TracChangeset for help on using the changeset viewer.