From 123beb1e348b9c9f74ab673696a62ad3ef20fd95 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Oct 2013 16:58:07 +0200 Subject: [PATCH] Fix: Bad property --- htdocs/theme/auguria/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index ee060430cd4..acb2623a9d8 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -547,7 +547,7 @@ form#login { font-size: 13px; } .login_table_title { - width: 540px; + max-width: 540px; color: #888888; text-shadow: 1px 1px 1px #FFF; }