diff --git a/ChangeLog b/ChangeLog index 9a701d372..54bd99541 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-07-01 Olivier L. Müller + * header.inc.php3: nicer CSS for Tabs (J.Fornallaz) + 2002-07-01 Marc Delisle * tbl_properties_links.php3, db_details_links.php3: better vertical spacing * tbl_properties.php3, db_details.php3: misplaced bullet diff --git a/header.inc.php3 b/header.inc.php3 index 2db65d91b..659c70c8a 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -95,9 +95,9 @@ a.drop:hover {font-family: ; color: #ffffff; .warning {font-family: ; font-size: ; font-weight: bold; color: #FF0000} td.topline {font-size: 1px} td.tab { - border-top: 1px solid black; - border-right: 1px solid black; - border-left: 1px solid black; + border-top: 1px solid #999; + border-right: 1px solid #666; + border-left: 1px solid #999; border-bottom: none; border-radius: 2px; -moz-border-radius: 2px; @@ -106,7 +106,7 @@ table.tabs { border-top: none; border-right: none; border-left: none; - border-bottom: 2px solid gray; + border-bottom: 1px solid #666; } //-->