Remove line between icons. It's a link underline.
So set the link style to not underline links.
This commit is contained in:
parent
f5b474b2ba
commit
804f58b4af
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue