fixed different font sizes
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
|
* themes/dakrblue_orange/theme_right.css.php:
|
||||||
|
fixed different font sizes
|
||||||
|
|
||||||
2005-11-02 Michal Čihař <michal@cihar.com>
|
2005-11-02 Michal Čihař <michal@cihar.com>
|
||||||
* config.default.php: This is not a configuration file.
|
* config.default.php: This is not a configuration file.
|
||||||
* config.default.php, Documentation.html, libraries/common.lib.php: Use
|
* config.default.php, Documentation.html, libraries/common.lib.php: Use
|
||||||
|
@@ -15,6 +15,13 @@ body{
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* gecko FIX, font size is not correctly assigned to all child elements */
|
||||||
|
body * {
|
||||||
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 10px;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
pre, tt, code{
|
pre, tt, code{
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user