From 804f58b4af3d548b8d97984713c0317b4c13e20b Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 9 Oct 2013 18:06:14 +0100 Subject: [PATCH] Remove line between icons. It's a link underline. So set the link style to not underline links. --- dottes.html.tune | 4 ++-- web/css/dottes.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dottes.html.tune b/dottes.html.tune index fb943f3..8f1e1f3 100644 --- a/dottes.html.tune +++ b/dottes.html.tune @@ -24,11 +24,11 @@
- + Learner - + Tune index diff --git a/web/css/dottes.css b/web/css/dottes.css index 0a91969..f0f3aa0 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -208,6 +208,11 @@ a.dottes-tune-link top: 12px; } +a.dottes-tune-icon-link +{ + text-decoration: none; +} + ul.tune-type-list { list-style-type: none;