Fix CSS for edit buttons and page history (#9360)

pull/9343/head^2
Misty Linville 2018-07-02 17:56:18 -07:00 committed by k8s-ci-robot
parent af6cdabe9b
commit f53bc94d85
1 changed files with 7 additions and 0 deletions

View File

@ -856,6 +856,13 @@ html.search #docsContent h1 { margin-bottom: 0; border-bottom: 0; padding-bottom
#docs .flyout-button { display: none; }
#docs .logo { position: relative; float: left; display: block; width: 180px; height: 88px; top: 0; left: 0; transform: none; background-image: url(../images/nav_logo.svg); }
#docs.flip-nav .logo, #docs.open-nav .logo { background-image: url(../images/nav_logo2.svg); }
div#pre-footer {
background-color: #fff;
text-align: center;
}
div#pre-footer .issue-button-container {
padding-bottom: 10px;
}
div#pre-footer div#lastedit.lastedit {
padding: 0 0 10px 20px;
color: #bbb;