Skip to content

Commit

Permalink
Adds fixed-width font for pre + code in admin area
Browse files Browse the repository at this point in the history
  • Loading branch information
ewinslow committed Mar 3, 2012
1 parent d2a272a commit db0bb2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/default/css/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
background-color: #EEE;
border: 1px solid #DDD;
color: #444;
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 13px;
overflow: auto;
margin: 15px 0;
padding: 5px;
Expand Down

0 comments on commit db0bb2d

Please sign in to comment.