aboutsummaryrefslogtreecommitdiff
path: root/imports/codemirror/lib/codemirror.css
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-04 14:00:54 -0700
committerJose Antonio Marquez2012-05-04 14:00:54 -0700
commit9c0bda09a502472768f6dd5090a882d11be58d23 (patch)
tree28eb75165553daa979be3bc9223d35d875a008dc /imports/codemirror/lib/codemirror.css
parent2456f0d60f642016135aa0f96126cb3249343757 (diff)
parentfec9ccee11ea21ffc95edce6e89d0d302b63e3d8 (diff)
downloadninja-9c0bda09a502472768f6dd5090a882d11be58d23.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Document
Diffstat (limited to 'imports/codemirror/lib/codemirror.css')
-rw-r--r--imports/codemirror/lib/codemirror.css2
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 {