summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-21 20:53:33 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-21 20:53:33 +0300
commit7fa6a23416e08fe6ac832e60e78bd6fe61f21955 (patch)
tree75cbe351f301d576319d3ec007bc31de1d82e60b
parent64f3682feb90c3eb8dbd4f0cd16ad6057b302a6c (diff)
downloadgitlab-ce-7fa6a23416e08fe6ac832e60e78bd6fe61f21955.tar.gz
Better fonts for all code like wiki etc
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss
index 550046d04fd..e3f3e7af871 100644
--- a/app/assets/stylesheets/gitlab_bootstrap.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap.scss
@@ -1,6 +1,11 @@
body {
margin-bottom:20px;
}
+
+pre {
+ font-family:'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
+}
+
a {
outline: none;
color: $link_color;