Skip to content

Instantly share code, notes, and snippets.

/* Put your CSS here */
html, body {
margin: 20px;
}
.wysiwyg-editor {
width: 100%
}
.wysiwyg-preview {
/* Put your CSS here */
html, body {
margin: 20px;
}
@guido4000
guido4000 / home.css
Created May 14, 2013 09:49
Filepicker Drag and Drop with Meteorite loadpicker package
#exampleDropPane {
text-align: center;
padding: 20px;
background-color: #F6F6F6;
border: 1px dashed #666;
border-radius: 6px;
margin-bottom: 20px;
}