summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-12-07 23:17:34 +0100
committerGravatar GitHub <noreply@github.com> 2021-12-07 23:17:34 +0100
commitc25dace809c9547d78a2840081612641191e025f (patch)
treed7b4a49bfa7d4e402b6ee39761f18112eb964f3e
parentf62633172cf64a795357913062f070f710ab9908 (diff)
fix CSS (#4041)
-rw-r--r--p/themes/Swage/swage.css2
-rw-r--r--p/themes/Swage/swage.rtl.css2
-rw-r--r--p/themes/Swage/swage.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 993b610db..5e45997b2 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -71,7 +71,7 @@ img.icon:hover {
background: none;
}
-div#stream {
+main#stream {
margin-top: 35px;
}
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index ed1e1b018..b55da2632 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -71,7 +71,7 @@ img.icon:hover {
background: none;
}
-div#stream {
+main#stream {
margin-top: 35px;
}
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index 82f88b718..ded23b381 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -89,7 +89,7 @@ img {
}
}
-div#stream {
+main#stream {
margin-top: 35px;
}