Make the side bar about in-document navigation by removing the duplicated h1

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
Upstream-commit: 1f25bfea2ddbfa5c41ab3f0cd0716229833ebac1
Component: engine
This commit is contained in:
Sven Dowideit
2014-09-09 11:44:51 +10:00
parent 5d6a00955d
commit f52bbe12a8
2 changed files with 16 additions and 19 deletions

View File

@ -328,4 +328,10 @@ ol li {
}
table.table tr td img {
width:100%;
}
}
#versionnav ul {
list-style: none outside none;
}
#versionnav ul ul {
padding: 0;
}