Browse Source

Fix some styling for non-post img's

pull/40/head
Michael Foster 11 years ago
parent
commit
0f2497a5f6
  1. 3
      stylesheets/style.css

3
stylesheets/style.css

@ -125,7 +125,7 @@ div.banner a:hover {
text-decoration: none;
}
img.banner {
float: none;
display: block;
border: 1px solid #a9a9a9;
margin: 12px auto 0 auto;
}
@ -141,7 +141,6 @@ div.post img.post-image {
}
div.post img.icon {
display: inline;
float: none;
margin: 0 5px;
padding: 0;
}

Loading…
Cancel
Save