remove problematic CSS, it will make overlay of enum/set editor popup to be a bit off in IE6

This commit is contained in:
Crack
2010-09-02 23:39:26 +02:00
parent 171bd10394
commit 07d85d420b

View File

@@ -31,8 +31,6 @@ body {
margin: 0.5em;
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
background: <?php echo (isset($_SESSION['tmp_user_values']['custom_color']) ? $_SESSION['tmp_user_values']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?>;
width: 100%;
height: 100%;
}
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>