fixed font size

This commit is contained in:
Sebastian Mendel
2005-11-24 12:58:10 +00:00
parent eaf7e8e493
commit 1a120f1d6e
2 changed files with 5 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ $Source$
* main.php, css/phpmyadmin.css.php:
- replaced table layout
- added some more infos
* themes/original/css/theme_left.cs..php: fixed font size
2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* *REVERTED* libraries/display_select_lang.lib.php: correct lang definition

View File

@@ -72,6 +72,10 @@ div#left_tableList ul {
background-color: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?>;
}
div#left_tableList ul ul {
font-size: 100%;
}
div#left_tableList a {
color: #333399;
text-decoration: none;