From 9378d247b909a95d9ae7f70fa1bc59fcc6192d99 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Sat, 9 Jan 2021 16:27:46 -0600 Subject: [PATCH] Removes border from banner --- stylesheets/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index b88b919f..059416ab 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -380,7 +380,6 @@ div.banner a:hover { img.banner,img.board_image { display: block; - border: 1px solid #a9a9a9; margin: 3em auto 0 auto; }