From 3e426844a8d8da80f2224c0d2ebc5665b7c84674 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 18 May 2014 23:22:50 +0200 Subject: [PATCH] Fixed vertical text alignment of buttons --- public_html/media/css/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css index e587f43e..74c915e1 100644 --- a/public_html/media/css/core.css +++ b/public_html/media/css/core.css @@ -285,7 +285,7 @@ button { font-size: 12pt; border-radius: 5px; padding: 5px 15px; - -moz-box-sizing: border-box; + line-height: 100%; color: white; background: hsl(0,70%,60%); border: 0;