blob: 655f88b46b8e54acdbd854b8b677f8181a869479 (
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;
}
 |