cpn.css in Code per Node 6
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;
- height: auto;
- }