Commit 7fa6a23416e08fe6ac832e60e78bd6fe61f21955

Authored by randx
1 parent 64f3682f

Better fonts for all code like wiki etc

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
app/assets/stylesheets/gitlab_bootstrap.scss
1 1 body {
2 2 margin-bottom:20px;
3 3 }
  4 +
  5 +pre {
  6 + font-family:'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
  7 +}
  8 +
4 9 a {
5 10 outline: none;
6 11 color: $link_color;
... ...