Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorNathan Anderson <andnat@gmail.com>2012-06-19 14:56:09 +0400
committerNathan Anderson <andnat@gmail.com>2012-06-19 14:56:09 +0400
commit19a9cd7f9d23e50609a719724143c34daa517723 (patch)
treed867d44255f4d6c8c92bf62ec18cbb88b00f2ced /app
parent77860f3537451c8e565dfd06584ee4044e65572e (diff)
Included good default font for Windows.
Diffstat (limited to 'app')
-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;