aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-12-28 23:06:03 +0100
committerGravatar GitHub <noreply@github.com> 2022-12-28 23:06:03 +0100
commit6131aa4479a51862c28d4da693bb1fe5d2c47e24 (patch)
tree877fc44d29c8e307eecfbeef4e0183698e1a16f1 /p/themes/Pafat
parente072411bafc4d0177835c68d9cb12341540ce554 (diff)
fix: Misalignment of "There are no articles to show" box (#4959)
Diffstat (limited to 'p/themes/Pafat')
-rw-r--r--p/themes/Pafat/pafat.css2
-rw-r--r--p/themes/Pafat/pafat.rtl.css2
2 files changed, 0 insertions, 4 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index a20d03405..064d331bf 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -406,8 +406,6 @@ a.btn {
/*=== Alerts */
.alert {
- margin: 15px auto;
- padding: 10px 15px;
background-color: var(--background-color-grey);
color: var(--font-color-grey);
font-size: 0.9em;
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index c70bbd6aa..a6199e8ce 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -406,8 +406,6 @@ a.btn {
/*=== Alerts */
.alert {
- margin: 15px auto;
- padding: 10px 15px;
background-color: var(--background-color-grey);
color: var(--font-color-grey);
font-size: 0.9em;