From c3a944b40ec1834dedf1424b4e437073f966731a Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 16 Jun 2014 10:59:21 +0900 Subject: [PATCH] (refs #405)Fix styles --- src/main/webapp/assets/common/css/gitbucket.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 6e339b248..f5781df7e 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -3,7 +3,6 @@ /****************************************************************************/ body { color: #333; - line-height: 100%; } li p { @@ -167,7 +166,6 @@ table.table th { div.block-header { font-size: large; - margin-bottom: 4px; font-weight: bold; } @@ -388,7 +386,6 @@ div.signin-form { /****************************************************************************/ .account-fullname { font-size: 140%; - margin-bottom: 4px; font-weight: bold; }