aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-03-17 22:49:12 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-17 22:49:12 +0100
commit6bd6494ad48c4894befed44e9c3f753c123aca5d (patch)
treec275e183b49904f0e85386380f4f1f685e710ee8 /p/themes/Origine
parentd7bc70e3fb9785ee74e3d446d7a11858a083fe6a (diff)
fixed HTML: <fieldset> + <legend> (#6202)
* legend tags cleaned * formgroup -> fieldset tag * add bookmarklet class * Update logs.phtml * Update logs.phtml * fixed log table text alignment
Diffstat (limited to 'p/themes/Origine')
-rw-r--r--p/themes/Origine/origine.css4
-rw-r--r--p/themes/Origine/origine.rtl.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index e81d424ed..daa87e56c 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -165,8 +165,8 @@ th {
background-color: var(--background-color-light-shadowed);
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index 3db04c480..cee08fa48 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -165,8 +165,8 @@ th {
background-color: var(--background-color-light-shadowed);
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}