removed some unused deprecated elements

This commit is contained in:
Sebastian Mendel
2005-11-29 09:29:21 +00:00
parent 5579484842
commit f8b320b242
2 changed files with 1 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ $Source$
* index.php * index.php
- revised the parameter passing code - revised the parameter passing code
- make use of new functionality of PMA_generate_common_url() - make use of new functionality of PMA_generate_common_url()
* css/phpmyAdmin.css.php: removed some unused deprecated elements
2005-11-28 Marc Delisle <lem9@users.sourceforge.net> 2005-11-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian: update, thanks to Luca Rebellato * lang/italian: update, thanks to Luca Rebellato

View File

@@ -20,14 +20,6 @@ header('Content-Type: text/css; charset=ISO-8859-1');
?> ?>
/* @deprecated */ /* @deprecated */
#mainheader {
border: 0.1px solid transparent;
border-bottom: 0.1em solid gray;
margin-bottom: 1em;
}
#pmalogoright {
float: <?php echo $right; ?>;
}
.nowrap { .nowrap {
white-space: nowrap; white-space: nowrap;
} }
@@ -35,10 +27,6 @@ div.nowrap {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.nospace {
margin: 0;
padding: 0;
}
<?php <?php
if ( ! isset( $theme_full_version ) if ( ! isset( $theme_full_version )