diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-21 15:00:21 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-21 15:00:21 +0100 |
commit | 565bb72d9904b88a999cb432cb9e94c7968fed74 (patch) | |
tree | 987dcac19a5cad8bc9a92c9e1a4502cb66754a79 /themes/baggy | |
parent | e5382002b47f3278bd46d5b76a34ad694096f010 (diff) | |
download | wallabag-565bb72d9904b88a999cb432cb9e94c7968fed74.tar.gz wallabag-565bb72d9904b88a999cb432cb9e94c7968fed74.tar.zst wallabag-565bb72d9904b88a999cb432cb9e94c7968fed74.zip |
[fix] link in footer was unclickable #453
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index a5bd6529..3e128b08 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -254,6 +254,7 @@ footer { | |||
254 | color: #999; | 254 | color: #999; |
255 | font-size: 0.8em; | 255 | font-size: 0.8em; |
256 | font-style: italic; | 256 | font-style: italic; |
257 | z-index: 20; | ||
257 | } | 258 | } |
258 | 259 | ||
259 | footer a { | 260 | footer a { |