apidoc css: Footer li's should be sans-serif

v0.7.4-release
isaacs 2012-02-10 20:55:21 -08:00
parent 830d0fe95a
commit e9adb7fbbc
1 changed files with 3 additions and 0 deletions

View File

@ -421,6 +421,9 @@ a.anchor {
line-height:1em;
padding: 0 0 0 195px;
color: #666;
}
#footer p, #footer li {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}