From 9379cc798132f2804fcff4d308faf80991d86ac9 Mon Sep 17 00:00:00 2001 From: Joseph Lowinske Date: Thu, 18 Jan 2018 16:45:56 -0500 Subject: [PATCH] reduce font size and line height for toc items --- css/components/_toc.scss | 4 ++-- css/customstyles.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/components/_toc.scss b/css/components/_toc.scss index a69cc1a5a7d..ae24b760598 100644 --- a/css/components/_toc.scss +++ b/css/components/_toc.scss @@ -13,8 +13,8 @@ list-style: none; a { - @include avenir_r(16px); - line-height: 25px;; + @include avenir_r(14px); + line-height: 20px; color: $cl_blue; &:hover { diff --git a/css/customstyles.css b/css/customstyles.css index a7bc35cb670..c66413ad864 100755 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -1610,11 +1610,11 @@ li.search-wrap { list-style: none; } #toc > ul li a { font-family: 'AvenirLTStd-Roman', serif; - font-size: 16px; + font-size: 14px; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - line-height: 25px; + line-height: 20px; color: #152849; } #toc > ul li a:hover { color: #54B30E;