From e7b2dc61430b94be83e7a365c1ca5e1c1fdc29de Mon Sep 17 00:00:00 2001 From: Thomas Hackl <hackl@data-quest.de> Date: Tue, 21 Mar 2023 15:18:24 +0000 Subject: [PATCH] Resolve "Polishing: Wiki Footer passt nicht korrekt" Closes #1900 Merge request studip/studip!1597 --- resources/assets/stylesheets/scss/article.scss | 2 -- resources/assets/stylesheets/scss/table_of_contents.scss | 1 - 2 files changed, 3 deletions(-) diff --git a/resources/assets/stylesheets/scss/article.scss b/resources/assets/stylesheets/scss/article.scss index 15c968f77f1..291392a4553 100644 --- a/resources/assets/stylesheets/scss/article.scss +++ b/resources/assets/stylesheets/scss/article.scss @@ -126,8 +126,6 @@ article.studip { border-color: $content-color-40; border-top-style: solid; border-width: 1px; - margin: -10px; - margin-top: 10px; &:empty { display: none !important; diff --git a/resources/assets/stylesheets/scss/table_of_contents.scss b/resources/assets/stylesheets/scss/table_of_contents.scss index adf8df9d171..cfc0e3b186f 100644 --- a/resources/assets/stylesheets/scss/table_of_contents.scss +++ b/resources/assets/stylesheets/scss/table_of_contents.scss @@ -185,7 +185,6 @@ section > .toc { background-color: $content-color-20; border-top: 1px solid $brand-color-darker; clear: both; - margin-left: 0; padding: 0; height: 58px; } -- GitLab