From 2df811b6476f12767b44e262d47e1716f09b7d53 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Fri, 27 Sep 2013 23:19:08 +0200 Subject: [PATCH] Layers : fix : Set button height to 24px --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1c34221..1d019b2 100644 --- a/css/style.css +++ b/css/style.css @@ -239,7 +239,7 @@ body { } .layers-button { - line-height: 24px; + height: 24px; margin: 0; width: 25%; float : left;