From cd2bb66a8072ffa0f0b621c4e42e53cc41e32b03 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 3 Nov 2005 10:19:24 +0000 Subject: [PATCH] fixed different font sizes --- ChangeLog | 2 +- css/phpmyadmin.css.php | 4 ---- themes/darkblue_orange/css/theme_right.css.php | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 163c5a252..e13311c06 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ $Id$ $Source$ 2005-11-02 Sebastian Mendel - * themes/dakrblue_orange/theme_right.css.php: + * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php: fixed different font sizes 2005-11-02 Michal Čihař diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 03c1cc2fd..1242e62d2 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -34,10 +34,6 @@ a img { border: 0; } -caption { - font-size: ; -} - #mainheader { border: 0.1px solid transparent; border-bottom: 0.1em solid gray; diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index dd6f14f35..8c39d0a44 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -19,7 +19,6 @@ body { body * { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; - background-color: #ffffff; } pre, tt, code{