Merge branch 'master' of github.com:jeena/seinheit.ch

This commit is contained in:
jeena 2013-07-19 13:34:36 +02:00
commit 3e61eb7c9d
3 changed files with 7 additions and 0 deletions

1
public/codemirror Submodule

@ -0,0 +1 @@
Subproject commit b05b96e0306d3b33b8a7810884a0d1cfb7b42969

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

View file

@ -149,3 +149,9 @@ textarea {
padding: 5px;
margin: 0;
}
.CodeMirror {
width: 90%;
border: 1px dotted gray;
background-color: #f5f5f5;
}