File: codemirror.css

package info (click to toggle)
dotclear 2.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 8,420 kB
  • sloc: php: 54,270; sql: 1,290; sh: 213; xml: 173; makefile: 158
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
.CodeMirror {
	font-size: 1.2em;
	background: #fff;
}
.CodeMirror .CodeMirror-wrap, .CodeMirror .CodeMirror-scroll {
	height: 30em;
}