mirror of https://github.com/docker/docs.git
Revert "Fix left-hand nav font re-render on page load (#1483)"
This reverts commit ced8418c35
.
This commit is contained in:
parent
ced8418c35
commit
225c2fdaaa
|
@ -69,6 +69,7 @@ ng\:form {
|
||||||
<meta name="msapplication-TileColor" content="#da532c">
|
<meta name="msapplication-TileColor" content="#da532c">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link rel="stylesheet" href="/css/allcss.css">
|
<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/responsive.css">
|
||||||
<link rel="stylesheet" href="/css/p2p.css">
|
<link rel="stylesheet" href="/css/p2p.css">
|
||||||
<link rel="stylesheet" href="/css/mobile_responsive.css">
|
<link rel="stylesheet" href="/css/mobile_responsive.css">
|
||||||
|
|
|
@ -30054,6 +30054,8 @@ 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;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -219,6 +219,7 @@ 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;
|
||||||
|
|
Loading…
Reference in New Issue