Merge pull request #547 from mslinn/master

Change Bootstrap's default color pink for code tags to match github's color
This commit is contained in:
Naoki Takezoe
2015-01-17 16:17:43 +09:00
2 changed files with 4 additions and 2 deletions

View File

@@ -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. This version of scripts has so far only been tested on Ubuntu and Mac. Someone else will have to test on RedHat.
To run: To run:
1. Edit `gitbucket.conf` to suit. 1. Edit `gitbucket.conf` to suit.
2. Type: `install` 2. Type: `install`

View File

@@ -1097,6 +1097,8 @@ div.markdown-body pre {
div.markdown-body code { div.markdown-body code {
font-size: 12px; font-size: 12px;
padding: 0 5px; padding: 0 5px;
background-color: rgba(0,0,0,0.04);
rgb(51, 51, 51);
} }
div.markdown-body table { div.markdown-body table {