summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-05-17 00:45:05 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-05-17 00:45:05 +0000
commitb5d7ad1d9a23719a3882cefcb0af5803aa252499 (patch)
treec691a9eca6d5394236278c1d82d110f659b6d544 /lldb
parentd764e7c6601f7d7f464078183346320573af4c23 (diff)
downloadbcm5719-llvm-b5d7ad1d9a23719a3882cefcb0af5803aa252499.tar.gz
bcm5719-llvm-b5d7ad1d9a23719a3882cefcb0af5803aa252499.zip
[Docs] Unify sidebar padding
Unify the padding across list items and the list header. llvm-svn: 360964
Diffstat (limited to 'lldb')
-rw-r--r--lldb/docs/_static/lldb.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/lldb/docs/_static/lldb.css b/lldb/docs/_static/lldb.css
index 345b1441196..aef51a17260 100644
--- a/lldb/docs/_static/lldb.css
+++ b/lldb/docs/_static/lldb.css
@@ -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 {
OpenPOWER on IntegriCloud