From d06f0ecb5fd6c588e6372fd5297010dab7fd557a Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 22 Feb 2016 15:29:39 +0800 Subject: [PATCH] * change margin of titlebar. --- module/admin/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/admin/css/index.css b/module/admin/css/index.css index f97abd54a0..e9101574ca 100644 --- a/module/admin/css/index.css +++ b/module/admin/css/index.css @@ -13,5 +13,6 @@ .card a:hover {color: #000;} #notice {margin: -20px -20px 0} -#titlebar {margin-top: 0; border-top: 1px solid #e5e5e5} +#titlebar {margin-top: -20px; border-top: none} +#notice + #titlebar {margin-top: 0; border-top: 1px solid #e5e5e5} #proversion, #zentaotrain{color:#D2322D}