summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Anderson <andnat@gmail.com>2012-06-19 07:56:09 -0300
committerNathan Anderson <andnat@gmail.com>2012-06-19 07:56:09 -0300
commit19a9cd7f9d23e50609a719724143c34daa517723 (patch)
treed867d44255f4d6c8c92bf62ec18cbb88b00f2ced
parent77860f3537451c8e565dfd06584ee4044e65572e (diff)
downloadgitlab-ce-19a9cd7f9d23e50609a719724143c34daa517723.tar.gz
Included good default font for Windows.
-rw-r--r--app/assets/stylesheets/sections/commits.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index a60540dbace..078709e2afc 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -81,7 +81,7 @@
background:#fff;
color:#333;
font-size: 12px;
- font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
+ font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
}
.diff_file_content_image {
background:#eee;