diff --git a/package.json b/package.json index 0e43830d6..44cce5e2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "2.196.0", + "version": "2.197.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index 623c51b8f..688c4299c 100644 Binary files a/paligo-theme.tar.gz and b/paligo-theme.tar.gz differ diff --git a/paligo-theme/paligo-styles/redacto-theme.css b/paligo-theme/paligo-styles/redacto-theme.css index 5626a958d..46d63117b 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -506,6 +506,25 @@ main article { margin: 24px 0; } +.topic-content > section > .mediaobject { + margin-bottom: 10px; +} +.topic-content > section > .mediaobject img { + border-radius: 4px; + margin: 0; +} +.topic-content > section > .mediaobject + p { + font-size: 14px; + text-align: center; + font-style: italic; + margin: 0; +} + +main ol, +main ul { + margin: 0 0 24px; +} + .section-toc { padding: 24px 40px; border: 1px solid #e2e4e9;