small changes to navbar style

This commit is contained in:
phear 2006-04-21 07:40:13 +00:00
parent f27dc7bbf3
commit 24b3f7f3eb

View file

@ -47,12 +47,12 @@ hr {
margin-bottom: 40px;*/ margin-bottom: 40px;*/
font-size: small; font-size: small;
text-align: left; text-align: left;
color: rgb(204,204,204); padding: 3px;
background-color: transparent;
padding: 1ex 0;
border: 1px solid rgb(204,204,204);
position: absolute; position: absolute;
left: 1.5ex; left: 1.5ex;
color: rgb(80,80,80);
background-color: transparent;
border: 1px solid rgb(204,204,204);
} }
@ -62,9 +62,7 @@ hr {
} }
#nav:hover { #nav:hover {
color: rgb(117,144,174);
background-color: transparent;
border-color: rgb(117,144,174);
} }
#nav li { #nav li {