From 351dfc95a919dfa5cd7931ffb8f35f39b88bd3df Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 12 Dec 2015 21:58:54 -0500 Subject: prepare release --- public/css/gogs.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index b4e50eda..8ca17151 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -896,10 +896,10 @@ pre.raw { border-color: #F0C36D; } .ui .info.segment { - border-color: #85c5e5; + border: 1px solid #c5d5dd; } .ui .info.segment.top { - background-color: #d9edf7 !important; + background-color: #e6f1f6 !important; } .ui .info.segment.top h3, .ui .info.segment.top h4 { @@ -2310,7 +2310,8 @@ footer .container .links > *:first-child { color: #888; } .repository .diff-file-box .header { - border-bottom: 1px solid #d4d4d5!important; + border-bottom: 1px solid #d8d8d8; + background-color: #f7f7f7; } .repository .diff-file-box .file-body.file-code .lines-num { text-align: right; -- cgit v1.2.3