Skip to:
Content

BuddyPress.org

Changeset 4491


Ignore:
Timestamp:
06/12/2011 12:20:32 PM (14 years ago)
Author:
djpaul
Message:

Stop CSS selectors inadvertently overriding others.

File:
1 edited

Legend:

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

    r4481 r4491  
    19301930    margin: 20px 0;
    19311931}
     1932span.activity {
     1933    display: inline-block;
     1934    font-size: 11px;
     1935    padding: 1px 8px;
     1936}
    19321937span.activity,
    19331938div#message p {
     
    19391944    border-radius: 3px;
    19401945    color: #ffa200;
    1941     display: inline-block;
    1942     font-size: 11px;
    19431946    font-weight: normal;
    19441947    margin-top: 6px;
    1945     padding: 1px 8px;
    19461948    text-decoration: none;
    19471949}
Note: See TracChangeset for help on using the changeset viewer.