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; }