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:
parent
3aebffc217
commit
8a9902e9b2
5 changed files with 21 additions and 17 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue