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

@@ -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: <?php echo $right; ?>;
}
.nowrap {
white-space: nowrap;
}
@@ -35,10 +27,6 @@ div.nowrap {
margin: 0;
padding: 0;
}
.nospace {
margin: 0;
padding: 0;
}
<?php
if ( ! isset( $theme_full_version )