Making WordPress.org

Changeset 493


Ignore:
Timestamp:
04/01/2014 09:48:16 PM (11 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Improve blockquote styling. Props netweb.

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

    r490 r493  
    3434
    3535    // Version of CSS
    36     $version = '20140401g';
     36    $version = '20140401h';
    3737
    3838    // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r490 r493  
    543543}
    544544blockquote {
    545     font-family: "Times New Roman", Times, serif;
    546     font-style: normal;
     545    font-style: italic;
    547546    font-size: 15px;
    548547    border: 1px dotted #ddd;
    549     padding: 10px 10px 0 10px;
     548    padding: 10px;
    550549    margin: 0 0 15px 0;
    551 }
     550    quotes: "\201C""\201D""\2018""\2019";
     551}
     552blockquote:before {
     553    color: #ccc;
     554    content: open-quote;
     555    font-size: 4em;
     556    line-height: 0em;
     557    margin-right: 15px;
     558    vertical-align: -0.5em;
     559}
     560blockquote p {
     561    display: inline;
     562    padding: 0;
     563    margin: 0;
     564}
     565
    552566body.blog cite,
    553567body.archive cite,
Note: See TracChangeset for help on using the changeset viewer.