From 66f831c656d6156fc4696f65face945b2503ecb3 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Mon, 26 Aug 2013 11:58:29 +0300 Subject: [PATCH] css: remove bottom border for img links --- css/default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 25c9179..5081cd8 100644 --- a/css/default.css +++ b/css/default.css @@ -139,8 +139,7 @@ img.thumb { border-color: #e0e0e0; } -a:hover img { - text-decoration: none; +span > a { border-bottom: none; } -- 1.7.10.4