aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat
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/Pafat
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/Pafat')
-rw-r--r--p/themes/Pafat/pafat.css4
-rw-r--r--p/themes/Pafat/pafat.rtl.css4
2 files changed, 0 insertions, 8 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 4da46bc7f..675b472fd 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -958,12 +958,8 @@ a.signin {
/*=== Navigation menu (for articles) */
#nav_entries {
- margin: 0;
background-color: var(--background-color-white);
border-top: 1px solid var(--border-color-grey-light);
- text-align: center;
- line-height: 3;
- table-layout: fixed;
}
#nav_entries .item:hover {
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index 0c969f1f1..78ed6f984 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -958,12 +958,8 @@ a.signin {
/*=== Navigation menu (for articles) */
#nav_entries {
- margin: 0;
background-color: var(--background-color-white);
border-top: 1px solid var(--border-color-grey-light);
- text-align: center;
- line-height: 3;
- table-layout: fixed;
}
#nav_entries .item:hover {