move styles into css

This commit is contained in:
Sebastian Mendel
2005-12-07 12:16:56 +00:00
parent 2e98aab560
commit d3a6024fd8
2 changed files with 48 additions and 46 deletions

View File

@@ -648,14 +648,23 @@ li#li_flush_privileges {
}
#selflink {
float: right;
clear: both;
display: block;
margin-top: 1em;
margin-bottom: 1em;
width: 100%;
border-top: 0.1em solid silver;
text-align: <?php echo $right; ?>;
}
#table_innodb_bufferpool_usage,
#table_innodb_bufferpool_activity {
float: <?php echo $left; ?>;
}
#div_mysql_charset_collations table {
float: <?php echo $left; ?>;
}
<?php
} // end styles 2.7.1