Browse Source

Reduce spacing next to images

pull/40/head
Michael Walker 10 years ago
parent
commit
c0784a74db
  1. 2
      stylesheets/style.css

2
stylesheets/style.css

@ -214,7 +214,7 @@ img.banner, img.board_image {
img.post-image { img.post-image {
display: block; display: block;
float: left; float: left;
margin: 10px 20px; margin: 10px;
border: none; border: none;
} }
div.post img.post-image { div.post img.post-image {

Loading…
Cancel
Save