From 6ecabe458833dc0f356e52c829fdc83237bdb225 Mon Sep 17 00:00:00 2001 From: takezoe Date: Sun, 11 May 2014 02:42:03 +0900 Subject: [PATCH] Fix header style --- src/main/webapp/assets/common/css/gitbucket.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index f001fe3e9..c4a66bf47 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -103,18 +103,15 @@ div.input-prepend span.count { /* ======================================================================== */ div.head { margin-bottom: 10px; - font-weight: bold; + font-size: 18px; } div.head div.forked { font-size: 60%; + margin-left: 36px; color: #999999; } -div.head div.forked a { - font-weight: normal; -} - div.container { width: 920px; }