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

This commit is contained in:
isaacs
2012-02-10 20:55:21 -08:00
parent 830d0fe95a
commit e9adb7fbbc

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;
}