Skip to content

Commit

Permalink
monitoring/css: try better monospace fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Jun 18, 2015
1 parent 171b1d8 commit c085e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/monitoring/public/css/module.less
Expand Up @@ -7,7 +7,7 @@
p.pluginoutput {
width: 100%;
white-space: pre-wrap;
font-family: monospace;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
}

div.pluginoutput {
Expand All @@ -21,6 +21,7 @@ div.pluginoutput pre {
white-space: pre-wrap;
border-left: 4px solid #d8d8d8;
padding: 0.3em 0 0.3em 1em;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
}

table.objectstate td.state {
Expand Down

0 comments on commit c085e9c

Please sign in to comment.