Skip to content

Commit

Permalink
set monospace font for editor
Browse files Browse the repository at this point in the history
  • Loading branch information
anru committed Oct 23, 2011
1 parent f9042f1 commit 4d57e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/markit/skins/markitup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
font:12px 'Courier New', Courier, monospace;
font:12px monospace;
padding:5px 5px 5px 35px;
border:3px solid #3C769D;
width:643px;
Expand Down
2 changes: 1 addition & 1 deletion static/markit/skins/simple/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
font:12px 'Courier New', Courier, monospace;
font:12px monospace;
padding:5px;
/*width:690px;*/
height:320px;
Expand Down

0 comments on commit 4d57e27

Please sign in to comment.