From 6e20386809ecd930a101859d29f512885ff217e8 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Wed, 24 May 2023 08:24:06 +0200 Subject: [PATCH] fix: text-agling instead of text-align in style.css.php --- htdocs/theme/eldy/dropdown.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/dropdown.inc.php b/htdocs/theme/eldy/dropdown.inc.php index 5c62a703f67..c031f0060fa 100644 --- a/htdocs/theme/eldy/dropdown.inc.php +++ b/htdocs/theme/eldy/dropdown.inc.php @@ -290,7 +290,7 @@ a.top-menu-dropdown-link { #topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn { display: block; - text-aling: right; + text-align: right; color:#666; cursor: pointer; }