@@ -54,6 +54,8 @@
.snippet {
padding-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
}
.notebook-snippet {
@@ -32,12 +32,6 @@ ${ commonheader(_('Editor'), editor_type, user, request, "68px") | n,unicode }
<span id="editorComponents" class="editorComponents notebook">
${ editorComponents.includes(is_embeddable) }
-<style type="text/css">
- .snippet {
- margin-right: 10px;
- }
-</style>
-
${ editorComponents.topBar() }
${ editorComponents.commonHTML(is_embeddable) }