src/cm/media/css/markitup/editor.css
author gibus
Mon, 10 Mar 2014 13:04:40 +0100
changeset 599 6c2ef083d89f
parent 0 40c8f766c9b8
permissions -rw-r--r--
Config ASCIIMathML with translateOnLoad = false to get it works with YUI Loader.

/*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;
}