removed an extra 's' character

add red metal background
This commit is contained in:
Erik Kristensen 2005-07-21 01:50:04 +00:00
parent 018d30d882
commit 12a00813ac
2 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,7 @@ require_once("notices.inc");
return $htmltext;
}
?>
s
<div id="wrapper">
<div id="header">

View File

@ -210,6 +210,11 @@ form input {
background: url('images/metal_bgr.gif') repeat-x;
color: #FFF;
}
#navigation ul li ul li:hover {
background: url('images/metal_bgr_red.gif') repeat-x;
}
#navigation ul li ul li a.navlnk:hover {
text-decoration: underline;
}