diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-07-31 19:21:49 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-07-31 19:21:49 +0200 |
commit | 70b5d24f72d2c3d410b55665162c0ebc78bc0339 (patch) | |
tree | c8944657242f55b2ecbd5f0dd0fb5973cff89c62 /css/style.css | |
parent | 3db95a85de1297908e780742cd0b7d779c5f522e (diff) | |
download | wallabag-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.css | 8 |
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 | |||
58 | footer { | 62 | footer { |
59 | text-align: right; | 63 | text-align: right; |
60 | } | 64 | } |