summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Anderson <andnat@gmail.com>2012-06-19 07:55:01 -0300
committerNathan Anderson <andnat@gmail.com>2012-06-19 07:55:01 -0300
commit77860f3537451c8e565dfd06584ee4044e65572e (patch)
tree4ced2172a45353a082ef1dbbaff6ae1400ec6637
parentacdbc1b4c50c854be0be8977940aecfd0c354704 (diff)
downloadgitlab-ce-77860f3537451c8e565dfd06584ee4044e65572e.tar.gz
Included good default for Windows and standardized <pre> font families
-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;}
}