support request #728820

This commit is contained in:
Garvin Hicking
2003-05-02 10:03:26 +00:00
parent 3a3e67c546
commit 3bbdf341de
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-05-02 Garvin Hicking <me@supergarv.de>
* css/phpmyadmin.css.php3: Small typo, seems to be
solution of support request #728820
2003-04-30 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3, bug 729517, better comment output,
thanks to Maxime Delorme

View File

@@ -54,7 +54,7 @@ div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_
.parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none; display: block}
.child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none; display: none}
.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none}
.tblItem:hover {color: #FF0000; text-decoration: underline}'
.tblItem:hover {color: #FF0000; text-decoration: underline}
<?php
} else {
?>