codemirror 3.18 with enabled the fullscreen addon

This commit is contained in:
Paolo
2013-09-26 21:52:53 +02:00
parent 633acffd28
commit ddf1998d49
166 changed files with 3820 additions and 2321 deletions
@@ -1,10 +1,6 @@
/* Fullscreen */
.CodeMirror-fullscreen {
display: block;
position: absolute ! important;
top: 0; left: 0;
width: 100% ! important;
z-index: 1028;
z-index: 1030;
}
/* BREAKPOINTS */