| changeset 0 | 40c8f766c9b8 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/css/markitup/editor.css Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,18 @@ +/*cm customization of markitup editor's look*/ +.markItUpEditor, .markItUpPreviewFrame, .markItUpContainer { + border:1px solid #96D8A8; +} + +.html .markItUpEditor, .markdown .markItUpEditor { + background-image:none; +} + +.markItUpEditor { + padding:5px; + width:676px; +} + + +.markItUpContainer { + background-image:none; +}