[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

@ -39,7 +39,7 @@ table.mapping td.content {
div.sphinxsidebar .caption {
font-family: Helvetica, Verdana, sans-serif;
font-size: 10pt;
font-weight:bold;
font-weight: bold;
color: #fefefe;
background: #606060;
margin-bottom: 0;
@ -53,9 +53,8 @@ div.sphinxsidebar a:hover {
}
div.sphinxsidebar li {
padding-left:5px;
padding-right:5px;
border-bottom:1px solid #fefefe;
padding-left: 7px;
border-bottom: 1px solid #fefefe;
}
div.sphinxsidebar li:hover {