Skip to content

Commit

Permalink
css: Fix fonts on api index page navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 2, 2012
1 parent b47ba2c commit ef5b0f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/api_assets/style.css
Expand Up @@ -75,7 +75,7 @@ p {
text-rendering: optimizeLegibility;
}

.apidoc p {
.apidoc #apicontent p, .apidoc #apicontent li {
font-size: 15px;
line-height: 22px;
color: #000;
Expand Down Expand Up @@ -280,7 +280,7 @@ hr {
margin: 1em 0 2em;
}

#toc ul, #api-section-index ul li, #api-section-index ul {
#toc ul, #api-section-index #apicontent ul li, #api-section-index #apicontent ul {
font-family: Georgia, FreeSerif, Times, serif;
color:#666!important;
}
Expand Down Expand Up @@ -422,6 +422,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;
}

Expand Down

0 comments on commit ef5b0f4

Please sign in to comment.