Define CSS normal way and not by writing through JavaScript.

This commit is contained in:
Michal Čihař
2005-10-13 15:11:49 +00:00
parent 65b357e886
commit 688144cd52
3 changed files with 7 additions and 6 deletions

View File

@@ -442,6 +442,10 @@ div#serverstatus table.statuslist {
margin-bottom: 1em;
}
/* end serverstatus */
img.lightbulb {
cursor: pointer;
}
<?php
$_valid_css = array( 'left', 'right', 'print' );