aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/style.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-07-31 19:21:49 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-07-31 19:21:49 +0200
commit70b5d24f72d2c3d410b55665162c0ebc78bc0339 (patch)
treec8944657242f55b2ecbd5f0dd0fb5973cff89c62 /css/style.css
parent3db95a85de1297908e780742cd0b7d779c5f522e (diff)
downloadwallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.tar.gz
wallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.tar.zst
wallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.zip
fix #80: add a link in the footer to report a wrong display
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 9fadfa96..dda8b0fa 100644
--- a/css/style.css
+++ b/css/style.css
@@ -46,15 +46,19 @@ header {
46 margin: 0 auto; 46 margin: 0 auto;
47} 47}
48 48
49#links a, .backhome a{ 49#links a, .backhome a, .support a{
50 text-decoration: none; 50 text-decoration: none;
51 padding: 5px 10px; 51 padding: 5px 10px;
52} 52}
53#links a:hover, .backhome a:hover{ 53#links a:hover, .backhome a:hover, .support a:hover{
54 -webkit-border-radius: 2px; 54 -webkit-border-radius: 2px;
55 border-radius: 2px; 55 border-radius: 2px;
56} 56}
57 57
58.support {
59 font-size: 14px;
60}
61
58footer { 62footer {
59 text-align: right; 63 text-align: right;
60} 64}