From b120e7a8bc8fddbe720cd52b8ad25bd0f3f5fcda Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Thu, 7 Jan 2010 00:43:39 -0800 Subject: [PATCH] remove border around the comic-mini in the archive thumbnails Signed-off-by: Philip M. Hofer (Frumph) --- style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style.css b/style.css index a74e13e..2e56307 100644 --- a/style.css +++ b/style.css @@ -777,11 +777,7 @@ ul.children { opacity:0.5; /* firefox, opera, safari, chrome */ -khtml-opacity: 0.5; /* khtml, old safari */ } - -.comicarchiveframe img { - border: 1px solid #000; -} - + .comicarchiveframe h3 { margin: 0; }