Skip to:
Content

BuddyPress.org

Changeset 4712


Ignore:
Timestamp:
07/19/2011 02:39:26 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Set line-height on buttons to prevent default browser styling from skewing dimensions. Add bottom padding to forum topic tag cloud.

File:
1 edited

Legend:

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

    r4705 r4712  
    328328    font-size: 1.4em;
    329329    line-height: 140%;
    330     padding-top: 10px;
     330    padding: 10px 0 15px;
    331331}
    332332
     
    17171717    text-decoration: none;
    17181718    vertical-align: bottom;
     1719    line-height: 14px;
    17191720}
    17201721button:hover,
Note: See TracChangeset for help on using the changeset viewer.