From a10188260cb0ff1371f2d4796eda80093d29e14d Mon Sep 17 00:00:00 2001 From: Mike Slinn Date: Fri, 3 Oct 2014 15:26:42 -0700 Subject: [PATCH 1/2] Update README.md --- contrib/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/README.md b/contrib/README.md index 1121a224a..716ef77fe 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -8,6 +8,6 @@ Common scripts are in this directory. This version of scripts has so far only been tested on Ubuntu and Mac. Someone else will have to test on RedHat. To run: -1. Edit `gitbucket.conf` to suit. -2. Type: `install` + 1. Edit `gitbucket.conf` to suit. + 2. Type: `install` From 55224ddcd88cf5abac9d3cb4b341afae4256e1f0 Mon Sep 17 00:00:00 2001 From: Mike Slinn Date: Sat, 8 Nov 2014 04:07:14 -0800 Subject: [PATCH 2/2] Changed Bootstrap's default color pink for code tags to match github's color --- src/main/webapp/assets/common/css/gitbucket.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 934080dac..fcf66a737 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -918,6 +918,8 @@ div.markdown-body pre { div.markdown-body code { font-size: 12px; padding: 0 5px; + background-color: rgba(0,0,0,0.04); + rgb(51, 51, 51); } div.markdown-body table {