From 01fdd8e30b26349c6038d94fcbbfd2d97385b8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 10 Feb 2002 10:57:23 +0000 Subject: [PATCH] fixed css errors --- libraries/auth/cookie.auth.lib.php3 | 12 +-- libraries/common.lib.php3 | 155 ++++++++++++++-------------- 2 files changed, 86 insertions(+), 81 deletions(-) diff --git a/libraries/auth/cookie.auth.lib.php3 b/libraries/auth/cookie.auth.lib.php3 index 05683587d..ce9edd3c5 100644 --- a/libraries/auth/cookie.auth.lib.php3 +++ b/libraries/auth/cookie.auth.lib.php3 @@ -11,6 +11,8 @@ if (!defined('PMA_COOKIE_AUTH_INCLUDED')) { define('PMA_COOKIE_AUTH_INCLUDED', 1); + // Gets the default font sizes + PMA_setFontSizes(); // Defines the cookie path $cookiePath = substr($SCRIPT_NAME, 0, strrpos($SCRIPT_NAME, '/')); @@ -87,8 +89,6 @@ if (!defined('PMA_COOKIE_AUTH_INCLUDED')) {