diff --git a/package.json b/package.json index 5ddec9305..84d0e0e7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "3.491.0", + "version": "3.492.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index 7355a0ba0..ad8d96cfa 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 78af0b4a6..ec696d943 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -439,6 +439,10 @@ main article { padding: 0; } +section { + position: relative; +} + section > .titlepage .title { margin: 24px 0 16px 0; } @@ -479,6 +483,12 @@ section > .titlepage .title { color: #dd4d50; } +.checklist-reset-wrapper { + position: absolute; + right: 0; + top: 0; +} + .warning, .note, .important,