src/cm/media/css/markitup/editor.css
author raph
Mon, 25 Jan 2010 15:45:44 +0100
changeset 122 7e7f961599ae
parent 0 40c8f766c9b8
permissions -rw-r--r--
remove unused translation block

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