Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use monospace fonts
Instead of serif courier fonts use monospace. Make tables contents more readable.
  • Loading branch information
wurzel committed Nov 7, 2016
1 parent e55c39f commit bd8c963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/pages/mxq/mxq.in
Expand Up @@ -21,9 +21,9 @@ body { background:#ddd; }
div.dumper {border: 2px solid black; border-radius: 5px; margin: 10px 0; padding: 0 10px;background: #faa; }
table.jobs, table.jobs th,table.jobs td {font-family:courier; border: 1px solid black; border-collapse: collapse;}
table.groups, table.groups th,table.groups td {font-family:courier; border: 1px solid black; border-collapse: collapse;}
table.server, table.server th,table.server td {font-family:courier; border: 1px solid black; border-collapse: collapse;}
table.jobs, table.jobs th,table.jobs td {font-family:monospace; border: 1px solid black; border-collapse: collapse;}
table.groups, table.groups th,table.groups td {font-family:monospace; border: 1px solid black; border-collapse: collapse;}
table.server, table.server th,table.server td {font-family:monospace; border: 1px solid black; border-collapse: collapse;}
td.number { text-align: right; }
Expand Down

0 comments on commit bd8c963

Please sign in to comment.