diff --git a/paligo-styles/manual.scss b/paligo-styles/manual.scss index 4e4360b74..638da21b9 100644 --- a/paligo-styles/manual.scss +++ b/paligo-styles/manual.scss @@ -39,6 +39,10 @@ main article { padding: 0; } +section { + position: relative; +} + section > .titlepage .title { margin: 24px 0 16px 0; } @@ -66,6 +70,12 @@ section > .titlepage .title { @include mixin.button; } +.checklist-reset-wrapper { + position: absolute; + right: 0; + top: 0; +} + .warning, .note, .important,