diff options
author | Valerio Virgillito | 2012-05-03 16:18:11 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-03 16:18:11 -0700 |
commit | f7a493acab51684bc557174ebaba6e80a4869df7 (patch) | |
tree | 3d1940acfba351b1aaba4c82a251522de286a0ae /imports/codemirror/lib/codemirror.css | |
parent | 882f4f4b7427170ff3c3fc76a0ccd727c022bb63 (diff) | |
parent | fec9ccee11ea21ffc95edce6e89d0d302b63e3d8 (diff) | |
download | ninja-f7a493acab51684bc557174ebaba6e80a4869df7.tar.gz |
Merge branch 'refs/heads/master' into data-id
Diffstat (limited to 'imports/codemirror/lib/codemirror.css')
-rw-r--r-- | imports/codemirror/lib/codemirror.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/imports/codemirror/lib/codemirror.css b/imports/codemirror/lib/codemirror.css index 5eadb247..2d79f4aa 100644 --- a/imports/codemirror/lib/codemirror.css +++ b/imports/codemirror/lib/codemirror.css | |||
@@ -9,6 +9,7 @@ | |||
9 | /* This is needed to prevent an IE[67] bug where the scrolled content | 9 | /* This is needed to prevent an IE[67] bug where the scrolled content |
10 | is visible outside of the scrolling box. */ | 10 | is visible outside of the scrolling box. */ |
11 | position: relative; | 11 | position: relative; |
12 | outline: none; | ||
12 | } | 13 | } |
13 | 14 | ||
14 | .CodeMirror-gutter { | 15 | .CodeMirror-gutter { |
@@ -27,6 +28,7 @@ | |||
27 | } | 28 | } |
28 | .CodeMirror-lines { | 29 | .CodeMirror-lines { |
29 | padding: .4em; | 30 | padding: .4em; |
31 | white-space: pre; | ||
30 | } | 32 | } |
31 | 33 | ||
32 | .CodeMirror pre { | 34 | .CodeMirror pre { |