Fix left-hand nav font re-render on page load

This commit is contained in:
Misty Stanley-Jones 2017-02-02 10:46:45 -08:00
parent 225c2fdaaa
commit 284daa8bef
2 changed files with 0 additions and 4 deletions

View File

@ -27703,7 +27703,6 @@ ul,
ol, ol,
dl { dl {
font-family: inherit; font-family: inherit;
font-size: 1rem;
line-height: 1.6; line-height: 1.6;
list-style-position: outside; list-style-position: outside;
margin-bottom: 1.25rem margin-bottom: 1.25rem
@ -30054,8 +30053,6 @@ header .nav-global a.button:hover {
} }
.nav-sub a { .nav-sub a {
font-size: 0.9375rem;
font-weight: 100;
color: #fff; color: #fff;
padding: 0.625rem 1.25rem; padding: 0.625rem 1.25rem;
background: #1088b1; background: #1088b1;

View File

@ -219,7 +219,6 @@ div.docsidebarnav_section.affix ul {
color: #fff; color: #fff;
font-size: 13px; font-size: 13px;
font-family: 'Geomanist Regular', sans-serif; font-family: 'Geomanist Regular', sans-serif;
font-weight: 400;
display: block; display: block;
width: 100%; width: 100%;
padding: 16px 5px 16px 20px; padding: 16px 5px 16px 20px;