css: remove bottom border for img links
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Mon, 26 Aug 2013 08:58:29 +0000 (11:58 +0300)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Mon, 26 Aug 2013 08:58:29 +0000 (11:58 +0300)
css/default.css

index 25c9179..5081cd8 100644 (file)
@@ -139,8 +139,7 @@ img.thumb {
        border-color: #e0e0e0;
 }
 
-a:hover img {
-       text-decoration: none;
+span > a {
        border-bottom: none;
 }