From ab80cb8f60d817cfea392b6e593f2d9f470cf064 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 16 Jun 2014 10:39:27 +0900 Subject: [PATCH] (refs #405)Fix styles --- src/main/webapp/assets/common/css/gitbucket.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 211701b79..6e339b248 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -167,6 +167,7 @@ table.table th { div.block-header { font-size: large; + margin-bottom: 4px; font-weight: bold; } @@ -387,6 +388,7 @@ div.signin-form { /****************************************************************************/ .account-fullname { font-size: 140%; + margin-bottom: 4px; font-weight: bold; }