Remove line between icons. It's a link underline.

So set the link style to not underline links.
This commit is contained in:
Jim Hague 2013-10-09 18:06:14 +01:00
parent f5b474b2ba
commit 804f58b4af
2 changed files with 7 additions and 2 deletions

View File

@ -24,11 +24,11 @@
<div class="dottes-tune-header">
<div class="dottes-tune-header-row">
<div class="dottes-tune-header-left">
<a href="learner-@TUNE@.html">
<a class="dottes-tune-icon-link" href="learner-@TUNE@.html">
<img class="dottes-tune-table-image" src="../img/learner.png"
alt="Learner">
</a>
<a href="index.html">
<a class="dottes-tune-icon-link" href="index.html">
<img class="dottes-tune-table-image" src="../img/book.png"
alt="Tune index">
</a>

View File

@ -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;