• Im having issues with removing the border from smilies but keeping them for all other images in my theme:

    #content img{

    float:left;

    margin:2px 2px 2px 2px;

    border: solid black 1px

    .post img.wp-smiley {
    border: none;
    padding: 0;}

    With this in my CSS all borders from all images are removed, not just the smilies? Anyone know whats causing this?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing border from Smilies but keep them on other images’ is closed to new replies.