From: Michael Wallner Date: Fri, 16 Dec 2016 09:06:29 +0000 (+0100) Subject: css: fix label padding in firefox X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext.org;a=commitdiff_plain;h=3d8e7b087af83446c8214e605e808c31193f38e7 css: fix label padding in firefox --- diff --git a/public/index.css b/public/index.css index 57172df..f3f4777 100644 --- a/public/index.css +++ b/public/index.css @@ -27,3 +27,7 @@ pre { h4 { margin-top: 20px; } + +.label { + padding-top: .5em; +}