From 284daa8befcf3ccbbbf8f1adb415d863a585a4e8 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 2 Feb 2017 10:46:45 -0800 Subject: [PATCH] Fix left-hand nav font re-render on page load --- css/allcss.css | 3 --- css/documentation.css | 1 - 2 files changed, 4 deletions(-) diff --git a/css/allcss.css b/css/allcss.css index 8977173a4d..f4289ae0ea 100644 --- a/css/allcss.css +++ b/css/allcss.css @@ -27703,7 +27703,6 @@ ul, ol, dl { font-family: inherit; - font-size: 1rem; line-height: 1.6; list-style-position: outside; margin-bottom: 1.25rem @@ -30054,8 +30053,6 @@ header .nav-global a.button:hover { } .nav-sub a { - font-size: 0.9375rem; - font-weight: 100; color: #fff; padding: 0.625rem 1.25rem; background: #1088b1; diff --git a/css/documentation.css b/css/documentation.css index 7c61e72ec6..490bf1ae2f 100644 --- a/css/documentation.css +++ b/css/documentation.css @@ -219,7 +219,6 @@ div.docsidebarnav_section.affix ul { color: #fff; font-size: 13px; font-family: 'Geomanist Regular', sans-serif; - font-weight: 400; display: block; width: 100%; padding: 16px 5px 16px 20px;