You are here

cpn.css in Code per Node 7

Same filename and directory in other branches
  1. 6 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 #CCC;
  11. border-top-color: #999;
  12. height: 200px;
  13. }
  14. .CodeMirror-scroll {
  15. height: 200px;
  16. }