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; }