diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-27 13:36:06 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-27 13:36:06 +0100 |
commit | a8464c97197c1ea9c4b3c35d7cec6a5398b7a522 (patch) | |
tree | b3b5463d314ac57f04a00101e6e7725561f9e01e /themes/baggy | |
parent | e145f767f38c3531196dad5453f298fbea243daa (diff) | |
download | wallabag-a8464c97197c1ea9c4b3c35d7cec6a5398b7a522.tar.gz wallabag-a8464c97197c1ea9c4b3c35d7cec6a5398b7a522.tar.zst wallabag-a8464c97197c1ea9c4b3c35d7cec6a5398b7a522.zip |
[fix] hover problem with logout link #489
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 6316fcc0..9a65dbee 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -227,7 +227,7 @@ h2:after { | |||
227 | #links li:last-child { | 227 | #links li:last-child { |
228 | position: fixed; | 228 | position: fixed; |
229 | bottom: 1em; | 229 | bottom: 1em; |
230 | width: 10%; | 230 | width: 9em; |
231 | } | 231 | } |
232 | 232 | ||
233 | #links li:last-child a:before { | 233 | #links li:last-child a:before { |