From f09968a516f3d62228a3ebbe8cccb97581a83c1d Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 29 Sep 2011 22:29:55 +1000 Subject: [PATCH] 1px border around banners --- stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index d8d18379..3823be6a 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -119,7 +119,8 @@ div.banner a:hover { } img.banner { float: none; - margin: 4px auto 0 auto; + border: 1px solid black; + margin: 12px auto 0 auto; } img { display: block;