From 6131aa4479a51862c28d4da693bb1fe5d2c47e24 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 28 Dec 2022 23:06:03 +0100 Subject: fix: Misalignment of "There are no articles to show" box (#4959) --- p/themes/Ansum/ansum.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'p/themes/Ansum/ansum.css') diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index baf47f47f..f67709b46 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -319,8 +319,6 @@ form th { /*=== Alerts */ .alert { - margin: 1rem 0; - padding: 1rem; background: #fcfaf8; color: #766556; font-size: 1rem; @@ -1314,6 +1312,4 @@ body.register { a, button.as-link { outline: none; color: #ca7227; -} - -/*# sourceMappingURL=ansum.css.map */ +} \ No newline at end of file -- cgit v1.2.3