From 94421c7a63c8e49de3ac8d2211d0f0e6e34cef07 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 10 Mar 2016 02:07:46 +0900 Subject: [PATCH] Fix font size of Wiki sidebar and footer --- src/main/webapp/assets/common/css/gitbucket.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 3661caf42..2d83fdb33 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -1211,7 +1211,7 @@ div.wiki-sidebar-dotted { margin-bottom: 20px; margin-top: 20px; border-radius: 3px; - font-size: 16px; + font-size: 14px; } div.wiki-footer {