Remove border from images used within plugins

Discussion in 'Programming' started by Warwick Lyons, Mar 2, 2013.

  1. #1
    Hi,

    I have tried looking through the forums but cant find a solution to how I remove the grey border from around images I use with a small plugin I am trying to create.

    Please see http://lyons-barton.com/billie-bates/ to see what I mean''Any assistance appreciated.

    Thanks

    Warwick
     
    Warwick Lyons, Mar 2, 2013 IP
  2. Warwick Lyons

    Warwick Lyons Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Found the answer
    Added
    img.class name{
    box-shadow: 0 0px 0px;
    }

    to the plugin css file
     
    Warwick Lyons, Mar 2, 2013 IP