From 307eb06ba456a9e62895b0e222c1a27e4fdb77ca Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sat, 4 Aug 2018 22:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E7=A7=BB?= =?UTF-8?q?=E9=99=A4checkbox=20margin-top?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 443ed5cc..b7ce36c4 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -37,10 +37,6 @@ input.pending { background-position: right 8px center; } -.form-check-input { - margin-top: 6.4px; -} - .form-inline .form-group { margin-bottom: 15px; }