From: Lucian Mogosanu Date: Mon, 26 Aug 2013 08:58:29 +0000 (+0300) Subject: css: remove bottom border for img links X-Git-Tag: v0.2~6^2 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=66f831c656d6156fc4696f65face945b2503ecb3;p=thetarpit.git css: remove bottom border for img links --- 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; }