diff web/css/dottes.css @ 430:ab1b5b833a0c build-default-186

Remove line between icons. It's a link underline. So set the link style to not underline links.
author Jim Hague <jim.hague@acm.org>
date Wed, 09 Oct 2013 18:06:14 +0100
parents e5f59f0e7dd5
children ae0836b5f4dd
line wrap: on
line diff
--- a/web/css/dottes.css	Wed Oct 09 17:50:23 2013 +0100
+++ b/web/css/dottes.css	Wed Oct 09 18:06:14 2013 +0100
@@ -208,6 +208,11 @@
     top: 12px;
 }
 
+a.dottes-tune-icon-link
+{
+    text-decoration: none;
+}
+
 ul.tune-type-list
 {
     list-style-type: none;