Skip to:
Content
Pages
Categories
Search
Top
Bottom

CSS for avatar-block

Viewing 3 replies - 1 through 3 (of 3 total)

  • LPH2005
    Participant

    @lph2005

    This site appears to use (copied from the Google Chrome Developer tool):

    div#sidebar .avatar-block {
    overflow: hidden;
    }

    I guess that’s not the only thing I’m missing because it doesn’t fix the problem


    @mercime
    Keymaster

    @mercime

    @Shaddix – from bp-default’s style.css

    div#sidebar .avatar-block {
    overflow:hidden;
    }
    div#sidebar div.item-avatar img {
    height:40px;
    margin:1px;
    width:40px;
    }
    img.avatar {
    border:2px solid #EEEEEE;
    float:left;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS for avatar-block’ is closed to new replies.
Skip to toolbar