Show More
@@ -48,3 +48,10 b'' | |||||
48 | border: 0; |
|
48 | border: 0; | |
49 | .border-radius(0) |
|
49 | .border-radius(0) | |
50 | } |
|
50 | } | |
|
51 | ||||
|
52 | // FIXME: This is a horrible workaround for CodeMirror bug #2562. | |||
|
53 | // Let's try not to release 3.0 with this. | |||
|
54 | ||||
|
55 | .CodeMirror-vscrollbar, .CodeMirror-hscrollbar { | |||
|
56 | display: none !important; | |||
|
57 | } |
@@ -61,6 +61,7 b' div.input_area>div.highlight>pre{margin:0;border:none;padding:0;background-color' | |||||
61 | .CodeMirror-linenumber{padding:0 8px 0 4px} |
|
61 | .CodeMirror-linenumber{padding:0 8px 0 4px} | |
62 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px} |
|
62 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px} | |
63 | .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} |
|
63 | .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} | |
|
64 | .CodeMirror-vscrollbar,.CodeMirror-hscrollbar{display:none !important} | |||
64 | pre code{display:block;padding:.5em} |
|
65 | pre code{display:block;padding:.5em} | |
65 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:#000} |
|
66 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:#000} | |
66 | .highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#ba2121} |
|
67 | .highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#ba2121} |
@@ -1366,6 +1366,7 b' div.input_area>div.highlight>pre{margin:0;border:none;padding:0;background-color' | |||||
1366 | .CodeMirror-linenumber{padding:0 8px 0 4px} |
|
1366 | .CodeMirror-linenumber{padding:0 8px 0 4px} | |
1367 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px} |
|
1367 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px} | |
1368 | .CodeMirror pre{padding:0;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} |
|
1368 | .CodeMirror pre{padding:0;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} | |
|
1369 | .CodeMirror-vscrollbar,.CodeMirror-hscrollbar{display:none !important} | |||
1369 | pre code{display:block;padding:.5em} |
|
1370 | pre code{display:block;padding:.5em} | |
1370 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:#000} |
|
1371 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:#000} | |
1371 | .highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#ba2121} |
|
1372 | .highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#ba2121} |
General Comments 0
You need to be logged in to leave comments.
Login now