mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
removed an extra 's' character
add red metal background
This commit is contained in:
parent
018d30d882
commit
12a00813ac
@ -18,7 +18,7 @@ require_once("notices.inc");
|
||||
return $htmltext;
|
||||
}
|
||||
?>
|
||||
s
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<div id="header">
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user