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:55:01 +0400
committerNathan Anderson <andnat@gmail.com>2012-06-19 14:55:01 +0400
commit77860f3537451c8e565dfd06584ee4044e65572e (patch)
tree4ced2172a45353a082ef1dbbaff6ae1400ec6637 /app
parentacdbc1b4c50c854be0be8977940aecfd0c354704 (diff)
Included good default for Windows and standardized <pre> font families
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/highlight/white.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index e00da2d84b4..a08f05bdb54 100644
--- a/app/assets/stylesheets/highlight/white.scss
+++ b/app/assets/stylesheets/highlight/white.scss
@@ -51,7 +51,7 @@ td.code .highlight {
table.highlighttable pre{
padding:0;
margin:0;
- 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;
color: #333;
text-align:left;
}
@@ -61,7 +61,7 @@ table.highlighttable pre{
padding:15px;
line-height:2.0;
margin:0;
- font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace;
+ font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
color: #333;
text-align:left;}
}