diff --git a/ChangeLog b/ChangeLog index f269e9e72..0d0638b5e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-05-02 Garvin Hicking + * css/phpmyadmin.css.php3: Small typo, seems to be + solution of support request #728820 + 2003-04-30 Marc Delisle * pdf_schema.php3, bug 729517, better comment output, thanks to Maxime Delorme diff --git a/css/phpmyadmin.css.php3 b/css/phpmyadmin.css.php3 index 6412fd409..2cc0a90bc 100644 --- a/css/phpmyadmin.css.php3 +++ b/css/phpmyadmin.css.php3 @@ -54,7 +54,7 @@ div {font-family: ; font-size: ; color: #000000; text-decoration: none; display: block} .child {font-family: ; font-size: ; color: #333399; text-decoration: none; display: none} .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #333399; text-decoration: none} -.tblItem:hover {color: #FF0000; text-decoration: underline}' +.tblItem:hover {color: #FF0000; text-decoration: underline}