diff options
author | NumEricR <eric.github@gmail.com> | 2013-10-05 10:51:25 +0200 |
---|---|---|
committer | NumEricR <eric.github@gmail.com> | 2013-10-05 10:51:25 +0200 |
commit | 06fef4318047ed8594ba0533ab228ee5838cd86f (patch) | |
tree | 948622cbe6a3e006c79f6d3370afbc5be38999e8 /themes | |
parent | d47d2533accb30a69fbbb964f63793b821300974 (diff) | |
download | wallabag-06fef4318047ed8594ba0533ab228ee5838cd86f.tar.gz wallabag-06fef4318047ed8594ba0533ab228ee5838cd86f.tar.zst wallabag-06fef4318047ed8594ba0533ab228ee5838cd86f.zip |
Fix #255 : increase article toolbar height if necessary
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css index eb04f0c4..3ef9c823 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css | |||
@@ -188,7 +188,7 @@ a:visited { | |||
188 | bottom: 0; | 188 | bottom: 0; |
189 | left: 0; | 189 | left: 0; |
190 | width: 100%; | 190 | width: 100%; |
191 | height: 50px; | 191 | min-height: 50px; |
192 | padding-top: 17px; | 192 | padding-top: 17px; |
193 | text-align: center; | 193 | text-align: center; |
194 | color: #fff; | 194 | color: #fff; |