Skip to content

Commit

Permalink
[FIXED JENKINS-3567] table.source font-family should not specify courier
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed Apr 26, 2013
1 parent a024c98 commit 7233154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/css/style.css
Expand Up @@ -15,7 +15,7 @@ table.source td {
border-width: 0px 0px 0px 0px;
padding-left: 0.2em;
padding-right: 0.2em;
font-family: courier, monospace;
font-family: monospace;
}

table.source .text {
Expand Down

0 comments on commit 7233154

Please sign in to comment.