Add another ugly hack to help Kindle. fix #165

You have to add the text-decoration none in each link to make the underline disappear .... crazy
This commit is contained in:
Sébastien Lucas 2014-07-29 22:25:27 +02:00
parent 3aebffc217
commit 8a9902e9b2
5 changed files with 21 additions and 17 deletions

View file

@ -1,5 +1,5 @@
<header>
<a class="headleft" href="{{=it.homeurl}}">
<a class="headleft" href="{{=it.homeurl}}" {{=it.c.config.kindleHack}}>
<div title="{{=it.c.i18n.homeAlt}}" class="hicon hicon64"><i class="icon-home"></i></div>
</a>
{{? it.c.config.server_side_rendering == 0}}