diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-18 10:11:34 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-18 10:11:34 -0700 |
commit | e19f27d6e8d5dfa770037fec391ffc22ee7ca259 (patch) | |
tree | 7e87cb1f040787eb591c8dc2df74b33559859ae3 /include/output.php | |
parent | bc4c2d97e9ed67322757f893f0da8f881b62aee1 (diff) | |
download | e-DoKo-e19f27d6e8d5dfa770037fec391ffc22ee7ca259.tar.gz e-DoKo-e19f27d6e8d5dfa770037fec391ffc22ee7ca259.tar.bz2 e-DoKo-e19f27d6e8d5dfa770037fec391ffc22ee7ca259.zip |
LAYOUT: added a CSS reset
hopefully makes IE pages look better ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php index 8779ad8..33fb87b 100644 --- a/include/output.php +++ b/include/output.php @@ -228,7 +228,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/standard002.css" /> + <link rel="stylesheet" type="text/css" href="css/standard003.css" /> <script type="text/javascript"> function hl(num) { if(document.getElementById){ |