Commit acdbc1b4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Better fonts for code

parent e27a1d31
...@@ -51,7 +51,7 @@ td.code .highlight { ...@@ -51,7 +51,7 @@ td.code .highlight {
table.highlighttable pre{ table.highlighttable pre{
padding:0; padding:0;
margin:0; margin:0;
font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
color: #333; color: #333;
text-align:left; text-align:left;
} }
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
background:#fff; background:#fff;
color:#333; color:#333;
font-size: 12px; font-size: 12px;
font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
} }
.diff_file_content_image { .diff_file_content_image {
background:#eee; background:#eee;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment