fix #80: add a link in the footer to report a wrong display

This commit is contained in:
Nicolas Lœuillet 2013-07-31 19:21:49 +02:00
parent 3db95a85de
commit 70b5d24f72
4 changed files with 11 additions and 4 deletions

View file

@ -13,7 +13,7 @@ a, a:hover, a:visited {
color: #fff;
}
#links a:hover, .backhome a:hover{
#links a:hover, .backhome a:hover, .support a:hover{
background-color: #fff;
color: #000;
}

View file

@ -23,7 +23,7 @@ a, a:hover, a:visited {
color: #fff;
}
#links a:hover, .backhome a:hover{
#links a:hover, .backhome a:hover, .support a:hover{
background-color: #040707;
color: #F1F1F1;
}

View file

@ -46,15 +46,19 @@ header {
margin: 0 auto;
}
#links a, .backhome a{
#links a, .backhome a, .support a{
text-decoration: none;
padding: 5px 10px;
}
#links a:hover, .backhome a:hover{
#links a:hover, .backhome a:hover, .support a:hover{
-webkit-border-radius: 2px;
border-radius: 2px;
}
.support {
font-size: 14px;
}
footer {
text-align: right;
}

View file

@ -49,6 +49,9 @@
<a href="index.php" title="back to home">&larr;</a>
<a href="#" title="back to top">&uarr;</a>
</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"}