Skip to content

Commit

Permalink
Better fonts for dump
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Nov 14, 2012
1 parent e48155e commit 4893f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/main.scss
Expand Up @@ -72,7 +72,9 @@ a {
pre.trace {
background: #000;
color:#fff;
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
}

.navbar .navbar-inner { border-radius: 0; }

.builds .build.alert{
Expand Down Expand Up @@ -138,7 +140,7 @@ h3.error { color: #B94A48; }
color: red;
}
.green {
color: green;
color: #0E0;
}
.yellow {
color: yellow;
Expand Down

0 comments on commit 4893f90

Please sign in to comment.