blob: 38dbcfa389703e4b464ed1bfdea42915615fa52c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
div#navbar li#nav_index a {
background-image: none;
background-repeat inherit;
background-position: inherit;
padding-left: inherit;
width: inherit;
overflow: inherit;
}
div li a {
font-size: smaller;
}
|