Skip to content

Commit

Permalink
Fixing wp-smiley weird margin bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fikrirasyid committed Sep 25, 2011
1 parent 1e5b19e commit 7383173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.css
Expand Up @@ -141,7 +141,7 @@ body {line-height: 1; font-family: Georgia, Helvetica, Arial; font-size:14px;

.attachment-main-image,
.content img {padding:4px; border:1px solid #cfcfcf; margin:0 0 10px; background:#fff;}
.content img.wp-smiley {background:none; border:none; padding:0;}
.content img.wp-smiley {background:none; border:none; padding:0; margin:0; line-height:0;}
.content .alignleft {margin:0 20px 10px 0;}
.content .alignright {margin:0 0 10px 20px;}
.content .aligncenter {margin:0 auto 10px;}
Expand Down

0 comments on commit 7383173

Please sign in to comment.