Skip to content

Commit

Permalink
Added font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkroon authored and marijnh committed May 30, 2012
1 parent 43b9f26 commit 0964fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode/less/index.html
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="less.js"></script>
<style>.CodeMirror {background: #f8f8f8; border: 1px solid #ddd;} .CodeMirror-scroll {height: 400px}</style>
<style>.CodeMirror {background: #f8f8f8; border: 1px solid #ddd; font-size:12px} .CodeMirror-scroll {height: 400px}</style>
<link rel="stylesheet" href="../../doc/docs.css">
<link rel="stylesheet" href="../../theme/lesser-dark.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Expand Down

0 comments on commit 0964fd7

Please sign in to comment.