From 4e87f2140509bf2a87ab0be2587516e83d01215e Mon Sep 17 00:00:00 2001 From: takezoe Date: Tue, 6 May 2014 12:41:45 +0900 Subject: [PATCH] Revert style for fork count --- src/main/webapp/assets/common/css/gitbucket.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 0379ed214..4b052749e 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -56,6 +56,13 @@ span.header-version { font-size: small; } +div.input-prepend span.count { + background-color: white; + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + /* ======================================================================== */ /* General Styles */ /* ======================================================================== */