Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

how to add Gravatar plugis css style

Profile pic css style add

Tagged:

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    I'll never get a Crystal Ball (although I sense the answer has something to do with Webinspector or Firebug)

    But maybe that is an answer:

    .ProfilePhoto {
       height: 40px;
       width: 40px;
       vertical-align: bottom;
    }
    .ProfilePhotoSmall {
       height: 24px;
       width: 24px;
       vertical-align: bottom;
    }
    .ProfilePhotoMedium {
       height: 40px;
       width: 40px;
    }
    .ProfilePhotoLarge {
        width: 200px;
    }
    
  • Options
    frindmanfrindman New
    edited May 2014

    image

    how add css border

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    That http://lmgtfy.com/?q=how+to+add+css+border together with the code above gives

    .ProfilePhoto {
       border: 3px solid green;
    }
    

    Voilà!

  • Options

    whare add this code

  • Options
    R_JR_J Ex-Fanboy Munich Admin
Sign In or Register to comment.