Add Git info to per-page template (#9309)
* Add per-page Git commit info * Try moving the buttons down below the page TOC * Add page history to page footer
This commit is contained in:
committed by
k8s-ci-robot
parent
48897cc47d
commit
1b914f4ac7
@@ -476,6 +476,7 @@ dd { margin-bottom: 16px; }
|
||||
|
||||
#docsContent #TableOfContents ul, #docsContent #TableOfContents li { list-style: disk; }
|
||||
|
||||
|
||||
.fixed footer { position: fixed; bottom: 0; }
|
||||
|
||||
#miceType { clear: both; font-size: 11px; line-height: 18px; color: #aaa; }
|
||||
@@ -855,6 +856,15 @@ 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 div#lastedit.lastedit {
|
||||
padding: 0 0 10px 20px;
|
||||
color: #bbb;
|
||||
font-size: 13px;
|
||||
}
|
||||
div#pre-footer div#lastedit.lastedit a {
|
||||
color: #3371e3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#encyclopedia { padding: 50px 50px 100px 100px; clear: both; }
|
||||
#docsToc { position: relative; float: left; padding: 0 20px; left: 0; width: 350px; z-index: auto; }
|
||||
#docsToc .push-menu-close-button { display: none; }
|
||||
|
||||
Reference in New Issue
Block a user