fonts fixing
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/e643987d Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/e643987d Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/e643987d Branch: refs/heads/gh-pages Commit: e643987d2f263708ae2b691ec27e32a632018e97 Parents: c6eedf4 Author: Elliot Berry <[email protected]> Authored: Fri May 29 13:34:39 2015 -0400 Committer: Elliot Berry <[email protected]> Committed: Fri May 29 13:34:39 2015 -0400 ---------------------------------------------------------------------- _sass/_doc-content.scss | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/e643987d/_sass/_doc-content.scss ---------------------------------------------------------------------- diff --git a/_sass/_doc-content.scss b/_sass/_doc-content.scss index bab2acc..6ed971d 100644 --- a/_sass/_doc-content.scss +++ b/_sass/_doc-content.scss @@ -186,6 +186,7 @@ div.docsidebar ul li{ .docsidebarwrapper a{ color: #333333; text-decoration: none; + font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } .docsidebarwrapper > ul > ul.current_section{ @@ -205,6 +206,7 @@ div.docsidebar ul li{ line-height: 24px; width: 100%; display: inline-block; + font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } div.docsidebar ul ul, div.docsidebar ul.want-points{
