src/cm/media/css/markitup/editor.css
author gibus
Thu, 13 Oct 2011 14:51:17 +0200
changeset 389 eecda8559c1d
parent 0 40c8f766c9b8
permissions -rw-r--r--
Allow permalink on comments even when embedfing iframe.

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