You are here

cpn.css in Code per Node 6

Same filename and directory in other branches
  1. 7 cpn.css

Custom CSS for customizing the CodeMirror interface.

File

cpn.css
View source
  1. /**
  2. * @file
  3. * Custom CSS for customizing the CodeMirror interface.
  4. */
  5. #edit-cpn-css,
  6. #edit-cpn-js {
  7. height: 200px;
  8. }
  9. .CodeMirror {
  10. border: 1px solid;
  11. height: auto;
  12. }