From ce2e1d7d7273e9783b01fd7df5eda225178bf2c0 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Tue, 26 Jul 2005 00:18:24 +0000 Subject: [PATCH] updating misc files updated index.php especially for IE so that the menus will work. --- usr/local/www/themes/metallic/all.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 59c328ec4f..ec8dac7538 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -20,7 +20,8 @@ form input { } iframe { - border: 0px; + z-index: 1; + border: 1px dashed #990000; } .iframe { background-color: #FFFFFF; @@ -223,6 +224,10 @@ iframe { background: url('images/metal_bgr_red.gif') repeat-x; } +#navigation li li a { + padding: 0.2em 10px +} + #navigation ul li ul li a.navlnk:hover { text-decoration: none; }