From 6bd6494ad48c4894befed44e9c3f753c123aca5d Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:49:12 +0100 Subject: fixed HTML:
+ (#6202) * legend tags cleaned * formgroup -> fieldset tag * add bookmarklet class * Update logs.phtml * Update logs.phtml * fixed log table text alignment --- p/themes/Swage/swage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'p/themes/Swage/swage.css') diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index 678953101..2d59d9eca 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -157,8 +157,8 @@ th { background-color: var(--color-background-light); } -form td, -form th { +.config-articleicons td, +.config-articleicons th { font-weight: normal; text-align: center; } -- cgit v1.2.3