From 39b29ad2844104d85f49571ddf5fe078ce77f9f2 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 3 Jul 2014 11:02:16 +0200 Subject: [PATCH] fix image comment in wysiwyg mode --- htmlarea/ckeditor/wysiwyg-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htmlarea/ckeditor/wysiwyg-style.css b/htmlarea/ckeditor/wysiwyg-style.css index acb2ba20..f75367d4 100644 --- a/htmlarea/ckeditor/wysiwyg-style.css +++ b/htmlarea/ckeditor/wysiwyg-style.css @@ -63,6 +63,10 @@ max-width: 100%; } +.serendipity_imageComment_center { + margin: auto !important; +} + .serendipity_image_left { float: left; margin: 0 2em 1em 0;