mirror of https://github.com/nodejs/node.git
apidoc css: Footer li's should be sans-serif
parent
830d0fe95a
commit
e9adb7fbbc
|
@ -421,6 +421,9 @@ a.anchor {
|
||||||
line-height:1em;
|
line-height:1em;
|
||||||
padding: 0 0 0 195px;
|
padding: 0 0 0 195px;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer p, #footer li {
|
||||||
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
|
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue