]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #80: add a link in the footer to report a wrong display
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 31 Jul 2013 17:21:49 +0000 (19:21 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 31 Jul 2013 17:21:49 +0000 (19:21 +0200)
css/style-dark.css
css/style-light.css
css/style.css
tpl/view.html

index 813c291de1d6c1e6e3395ad39e416a9cacc3f8d7..0fcced246ff17cd3fc0749ec98cc2373cdbd3f43 100644 (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;
 }
index cd2384c34164420b82ec281cfba53d11637f37be..c1d98326d41b0c1a41d62fc5d6898f23920c53de 100644 (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;
 }
index 9fadfa9601d33ad09d6f5f5a193e288e316c8f36..dda8b0fa8d9153ccf881488fb639c87289dfc658 100644 (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;
 }
index 007d5d4e31b11b7c3f1e9514e14e596ae8771f70..e68cd1a148585f0ca7900a7dc085cfdc65e765ca 100644 (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"}