From 0f2497a5f6abe5ac9c5ab5e50e2bedfe5456b180 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Fri, 16 Aug 2013 21:34:28 +1000 Subject: [PATCH] Fix some styling for non-post img's --- stylesheets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 16f99e9a..e62891e2 100644 --- a/stylesheets/style.css +++ b/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; }