Skip to content

Commit

Permalink
Merge pull request #3736 from vanquang9387/adjust-index-sidebar
Browse files Browse the repository at this point in the history
Update index.html: adjust toc_section font for better display on Windows
  • Loading branch information
jashkenas committed Jul 28, 2015
2 parents cb47ea4 + 635eef5 commit 3e3a055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -48,7 +48,7 @@
margin: 5px 0 0 0;
padding-left: 0px;
list-style-type: none;
font-family: Lucida Grande;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
.toc_section li {
cursor: pointer;
Expand Down

0 comments on commit 3e3a055

Please sign in to comment.