[Lldb-commits] [lldb] r360964 - [Docs] Unify sidebar padding

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu May 16 17:45:05 PDT 2019


Author: jdevlieghere
Date: Thu May 16 17:45:05 2019
New Revision: 360964

URL: http://llvm.org/viewvc/llvm-project?rev=360964&view=rev
Log:
[Docs] Unify sidebar padding

Unify the padding across list items and the list header.

Modified:
    lldb/trunk/docs/_static/lldb.css

Modified: lldb/trunk/docs/_static/lldb.css
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/_static/lldb.css?rev=360964&r1=360963&r2=360964&view=diff
==============================================================================
--- lldb/trunk/docs/_static/lldb.css (original)
+++ lldb/trunk/docs/_static/lldb.css Thu May 16 17:45:05 2019
@@ -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 {




More information about the lldb-commits mailing list