cpn.css in Code per Node 7
Same filename and directory in other branches
Custom CSS for customizing the CodeMirror interface.
File
cpn.cssView source
- /**
- * @file
- * Custom CSS for customizing the CodeMirror interface.
- */
-
- #edit-cpn-css,
- #edit-cpn-js {
- height: 200px;
- }
-
- .CodeMirror {
- border: 1px solid #CCC;
- border-top-color: #999;
- height: 200px;
- }
- .CodeMirror-scroll {
- height: 200px;
- }