Skip to content

Commit

Permalink
Merge branch 'mono-fonts'
Browse files Browse the repository at this point in the history
  • Loading branch information
mgood committed Jan 31, 2012
2 parents 89fbe2e + 93008a8 commit 45ce65c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flask_debugtoolbar/static/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

#flDebug { font-family: sans-serif; color: #000; background: #fff; }

#flDebug tbody, #flDebug code {
font-family: Consolas, Monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace;
}

#flDebug #flDebugToolbar {
background:#111;
width:200px;
Expand Down Expand Up @@ -153,7 +157,6 @@

#flDebug code {
display:block;
font-family:Consolas, Monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace;
white-space:pre;
overflow:auto;
}
Expand Down

0 comments on commit 45ce65c

Please sign in to comment.