aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Swage
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-06-05 20:45:30 +0200
committerGravatar GitHub <noreply@github.com> 2024-06-05 20:45:30 +0200
commit4f60a42e6437196b5a67693e0666150bb7d51ae9 (patch)
tree1fa6a7bce6b0b2c99c9d8afdc2f1d685b49ae54d /p/themes/Swage
parentcdb9d4a5a8f25924a2c0336093c5d187d4fe3791 (diff)
Improved: Nav buttons as buttons (#6485)
* improved HTML * CSS * i18n: new title text * Update swage.scss * Update app/i18n/fr/gen.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update swage.scss --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Swage')
-rw-r--r--p/themes/Swage/swage.css4
-rw-r--r--p/themes/Swage/swage.rtl.css4
-rw-r--r--p/themes/Swage/swage.scss4
3 files changed, 0 insertions, 12 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 2b8e4b86e..7321fac86 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -833,10 +833,6 @@ form th {
}
#nav_entries {
- margin: 0;
- text-align: center;
- line-height: 3;
- table-layout: fixed;
background-color: var(--color-background-aside);
}
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index b512ad0d5..c46869e91 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -833,10 +833,6 @@ form th {
}
#nav_entries {
- margin: 0;
- text-align: center;
- line-height: 3;
- table-layout: fixed;
background-color: var(--color-background-aside);
}
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index e329a57c8..f05bf8ee4 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -1070,10 +1070,6 @@ form {
}
#nav_entries {
- margin: 0;
- text-align: center;
- line-height: 3;
- table-layout: fixed;
@extend %aside-width;
background-color: var(--color-background-aside);