small changes to navbar style
This commit is contained in:
parent
f27dc7bbf3
commit
24b3f7f3eb
1 changed files with 5 additions and 7 deletions
|
@ -47,12 +47,12 @@ hr {
|
|||
margin-bottom: 40px;*/
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
color: rgb(204,204,204);
|
||||
background-color: transparent;
|
||||
padding: 1ex 0;
|
||||
border: 1px solid rgb(204,204,204);
|
||||
padding: 3px;
|
||||
position: absolute;
|
||||
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 {
|
||||
color: rgb(117,144,174);
|
||||
background-color: transparent;
|
||||
border-color: rgb(117,144,174);
|
||||
|
||||
}
|
||||
|
||||
#nav li {
|
||||
|
|
Loading…
Reference in a new issue