From c593578a55d2f341fe1690d85ea1b1ec45bea50a Mon Sep 17 00:00:00 2001 From: Gogs Date: Wed, 19 Mar 2014 17:03:38 +0800 Subject: fix styles --- public/css/gogs.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public/css/gogs.css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 5352f8e3..ec1cb591 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -563,6 +563,15 @@ html, body { padding: 9px 20px; } +.info-box .info-head { + font-weight: normal; +} + +.info-box .info-content a, +.info-box .info-head a { + color: #666; +} + .file-list { background-color: #fafafa; } -- cgit v1.2.3