From ac8edeb48ac08a085bc4fe799c61c5d971c26e8a Mon Sep 17 00:00:00 2001 From: Rousseau Thibaut Date: Fri, 27 Jan 2017 16:37:22 +0100 Subject: [PATCH] feat: handle inline images --- static/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index e982de98ee..9d7cc4a7a5 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -333,6 +333,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ #body img.shadow, #body .video-container.shadow { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } +#body img.inline { + display: inline !important; + margin: 0 !important; + vertical-align: bottom; +} #body .bordered { border: 1px solid #ccc; }