Fix left-hand nav font re-render on page load (#1483)

This commit is contained in:
Misty Stanley-Jones 2017-02-02 22:56:42 -08:00 committed by John Mulhausen
parent 01e5be5a01
commit ced8418c35
4 changed files with 0 additions and 2481 deletions

View File

@ -69,7 +69,6 @@ ng\:form {
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/css/allcss.css">
<link rel="stylesheet" href="/css/app2.css">
<link rel="stylesheet" href="/css/responsive.css">
<link rel="stylesheet" href="/css/p2p.css">
<link rel="stylesheet" href="/css/mobile_responsive.css">

View File

@ -30054,8 +30054,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;

File diff suppressed because it is too large Load Diff

View File

@ -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;