Merhaba,
İçeriğe resim eklediğimde etrafında gereksiz bir ince çizgi ile çerçeve beliriyor. Bundan kurtulmama yardımcı olabilecek kimse var mı?
img kodları bu şekilde.
  /* =IMAGES
----------------------------------------------- */
figure {
    margin: 0;
    text-align: center;
}
img {
    max-width:100%;
    height:auto;
    vertical-align:top;
    margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  }
img.size-full, img.size-large {
    max-width: 100%;
    height: auto;
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}
p img {
  }
img#wpstats {
     display: none;
}