Skip to:
Content

BuddyPress.org

Changeset 4690


Ignore:
Timestamp:
07/18/2011 08:58:41 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Square off the margins of activity stream link buttons.

File:
1 edited

Legend:

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

    r4688 r4690  
    12231223    font-size: 11px;
    12241224    padding: 0;
    1225     margin-right: 10px;
     1225    margin-right: 5px;
    12261226    text-decoration: none;
    12271227}
     
    12791279div.activity-meta {
    12801280    float: left;
    1281     margin: 5px 0 10px 0;
     1281    margin: 10px 0;
    12821282    clear: both;
    12831283}
     
    12921292#reply-title small a {
    12931293    font-size: 11px;
    1294     margin-right: 10px;
     1294    margin-right: 5px;
    12951295    text-decoration: none;
    12961296}
Note: See TracChangeset for help on using the changeset viewer.