Merge branch 'improve-white-code-highlight' into 'master'

Improve white code highlight in comments and wiki

![Screenshot 2014-11-05 16.36.55](https://dev.gitlab.org/uploads/dzaporozhets/gitlabhq/5723848593/Screenshot_2014-11-05_16.36.55.png)

See merge request !1241
This commit is contained in:
Dmitriy Zaporozhets 2014-11-06 14:54:15 +00:00
commit 68850b73d7

View file

@ -186,3 +186,11 @@
}
}
}
.readme-holder .wiki, .note-body, .wiki-holder {
.white {
.highlight, pre, .hljs {
background: #F9F9F9;
}
}
}