diff options
-rw-r--r-- | css/standard007.css (renamed from css/standard006.css) | 1 | ||||
-rw-r--r-- | include/output.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/css/standard006.css b/css/standard007.css index 5e9b335..126c911 100644 --- a/css/standard006.css +++ b/css/standard007.css @@ -152,6 +152,7 @@ div.table div.table3 { ul.tricks { position:relative; + zoom:1; /* fixes an IE6 issue and hopefully doesn't mess up anything else */ list-style:none; margin:3px; padding:0; diff --git a/include/output.php b/include/output.php index 86db0a0..8292467 100644 --- a/include/output.php +++ b/include/output.php @@ -270,7 +270,7 @@ function output_header() <title>e-Doko</title> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" /> - <link rel="stylesheet" type="text/css" href="css/standard006.css" /> + <link rel="stylesheet" type="text/css" href="css/standard007.css" /> <script type="text/javascript"> var current=0; function hl(num) { |