mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
fix #80: add a link in the footer to report a wrong display
This commit is contained in:
parent
3db95a85de
commit
70b5d24f72
@ -13,7 +13,7 @@ a, a:hover, a:visited {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links a:hover, .backhome a:hover{
|
#links a:hover, .backhome a:hover, .support a:hover{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@ a, a:hover, a:visited {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links a:hover, .backhome a:hover{
|
#links a:hover, .backhome a:hover, .support a:hover{
|
||||||
background-color: #040707;
|
background-color: #040707;
|
||||||
color: #F1F1F1;
|
color: #F1F1F1;
|
||||||
}
|
}
|
||||||
|
@ -46,15 +46,19 @@ header {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links a, .backhome a{
|
#links a, .backhome a, .support a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
#links a:hover, .backhome a:hover{
|
#links a:hover, .backhome a:hover, .support a:hover{
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.support {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@ -49,6 +49,9 @@
|
|||||||
<a href="index.php" title="back to home">←</a>
|
<a href="index.php" title="back to home">←</a>
|
||||||
<a href="#" title="back to top">↑</a>
|
<a href="#" title="back to top">↑</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="support">
|
||||||
|
this article appears wrong? <a href="https://github.com/inthepoche/poche/issues/new">create an issue</a> or <a href="mailto:support@inthepoche.com">contact us by mail</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{include="js"}
|
{include="js"}
|
||||||
|
Loading…
Reference in New Issue
Block a user