Skip to:
Content

BuddyPress.org

Changeset 2567


Ignore:
Timestamp:
02/03/2010 04:01:51 PM (14 years ago)
Author:
apeatling
Message:

Fixing IE mini activity item height.

File:
1 edited

Legend:

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

    r2566 r2567  
    12621262    position: relative;
    12631263    margin: 0 0 0 75px;
    1264     background: #f5f5f5;
    1265     -moz-border-radius: 4px;
    1266     -webkit-border-radius: 4px;
    12671264    width: auto;
     1265    overflow: hidden; /* IE fix */
    12681266}
    12691267    body.internal-page div.activity-comments {
     
    12771275    }
    12781276
     1277div.activity-comments > ul {
     1278    background: #f5f5f5;
     1279    -moz-border-radius: 4px;
     1280    -webkit-border-radius: 4px;
     1281}
    12791282div.activity-comments ul, div.activity-comments ul li {
    12801283    border: none;
Note: See TracChangeset for help on using the changeset viewer.