diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2023-03-21 15:18:24 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-21 15:18:24 +0000 |
| commit | a7afeed0dbcdc8bf04f057b8f2ab69eee85790a6 (patch) | |
| tree | cd163eba1ec091f1f77d495040f3499b8444689d | |
| parent | e564f58d3cc527926a342a0168e45610fbc78dcc (diff) | |
Resolve "Polishing: Wiki Footer passt nicht korrekt"
Closes #1900
Merge request studip/studip!1597
| -rw-r--r-- | resources/assets/stylesheets/scss/article.scss | 2 | ||||
| -rw-r--r-- | resources/assets/stylesheets/scss/table_of_contents.scss | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/resources/assets/stylesheets/scss/article.scss b/resources/assets/stylesheets/scss/article.scss index 15c968f..291392a 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 adf8df9..cfc0e3b 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; } |
