tinymce-editor/copy_this/modules/hdi/hdi-tinymce/tinymce/skins/lightgray/FlowLayout.less
2013-07-25 23:50:43 +02:00

18 regels
211 B
Plaintext
Executable File

// FlowLayout
.mce-flow-layout-item {
.inline-block();
}
.mce-flow-layout-item {
margin: 2px 0 2px 2px;
}
.mce-flow-layout-item.mce-last {
margin-right: 2px;
}
.mce-flow-layout {
white-space: normal;
}