diff --git a/ChangeLog b/ChangeLog index 7319d0765..ba22da067 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ $Source$ * index.php - revised the parameter passing code - make use of new functionality of PMA_generate_common_url() + * css/phpmyAdmin.css.php: removed some unused deprecated elements 2005-11-28 Marc Delisle * lang/italian: update, thanks to Luca Rebellato diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index a67e855de..550ba4b8c 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -20,14 +20,6 @@ header('Content-Type: text/css; charset=ISO-8859-1'); ?> /* @deprecated */ -#mainheader { - border: 0.1px solid transparent; - border-bottom: 0.1em solid gray; - margin-bottom: 1em; -} -#pmalogoright { - float: ; -} .nowrap { white-space: nowrap; } @@ -35,10 +27,6 @@ div.nowrap { margin: 0; padding: 0; } -.nospace { - margin: 0; - padding: 0; -}