Skip to:
Content

BuddyPress.org

Changeset 3504


Ignore:
Timestamp:
12/02/2010 07:52:47 PM (14 years ago)
Author:
djpaul
Message:

Add del, ins, sup, sub, gallery-caption classes. Partially addresses #2753, props karmatosed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r3502 r3504  
    104104    float: left;
    105105    border: 2px solid #eee;
     106}
     107
     108del {
     109    text-decoration: line-through;
     110}
     111
     112ins {
     113    background: #fff9db;
     114    text-decoration: none;
     115}
     116
     117sub {
     118    top: .5ex;
     119}
     120
     121sup {
     122    bottom: 1ex;
     123}
     124
     125sub,
     126sup {
     127    height: 0;
     128    line-height: 1;
     129    vertical-align: baseline;
     130    position: relative;
    106131}
    107132
     
    20422067}
    20432068
     2069div.post .gallery .gallery-caption {
     2070    color: #555;
     2071}
    20442072
    20452073/* > WordPress Blog Comment Styles
Note: See TracChangeset for help on using the changeset viewer.