diff --git a/prive/style_prive_plugin_soyezcreateurs.html b/prive/style_prive_plugin_soyezcreateurs.html index 387e652b319a3464b4ff7cc7a4d7b973fe39105a..04c6315d692a470db662feaf1195e063c61d21bb 100644 --- a/prive/style_prive_plugin_soyezcreateurs.html +++ b/prive/style_prive_plugin_soyezcreateurs.html @@ -9,7 +9,7 @@ margin-top: 0; } -.spip_document_inline { +.spip_document_inline { display: inline; } .spip_document_inline img { @@ -20,3 +20,10 @@ .spip_documents_left { clear: left; margin-right: 15px; text-align: center; min-width: initial; margin-bottom: .25em; } .spip_documents_right { clear: right; margin-left: 15px; text-align: center; min-width: initial; margin-bottom: .25em; } + +#wysiwyg .svg-icon { + display: inline-block; + width: 1em; + height: 1em; + fill: currentColor; +}