[Docs] Unify sidebar padding

Unify the padding across list items and the list header.

llvm-svn: 360964
This commit is contained in:
Jonas Devlieghere 2019-05-17 00:45:05 +00:00
parent d764e7c660
commit b5d7ad1d9a
1 changed files with 3 additions and 4 deletions

View File

@ -53,8 +53,7 @@ div.sphinxsidebar a:hover {
}
div.sphinxsidebar li {
padding-left:5px;
padding-right:5px;
padding-left: 7px;
border-bottom: 1px solid #fefefe;
}