forked from OSchip/llvm-project
[Docs] Unify sidebar padding
Unify the padding across list items and the list header. llvm-svn: 360964
This commit is contained in:
parent
d764e7c660
commit
b5d7ad1d9a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue