aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-06 11:07:24 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-06 11:07:24 -0700
commit5a26af476e87b769811ffe2d0e43551684b05854 (patch)
tree948622cbe6a3e006c79f6d3370afbc5be38999e8
parentd47d2533accb30a69fbbb964f63793b821300974 (diff)
parent06fef4318047ed8594ba0533ab228ee5838cd86f (diff)
downloadwallabag-5a26af476e87b769811ffe2d0e43551684b05854.tar.gz
wallabag-5a26af476e87b769811ffe2d0e43551684b05854.tar.zst
wallabag-5a26af476e87b769811ffe2d0e43551684b05854.zip
Merge pull request #261 from NumEricR/toolbar-height
Fix #255 : increase article toolbar height if necessary
-rw-r--r--themes/default/css/style.css2
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;