aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-09-01 21:10:05 -0400
committerThedro Neely <thedroneely@gmail.com>2021-09-01 21:10:05 -0400
commit8130bab4117186fe0b7ea608291817636e125ad1 (patch)
treec1100b5d92b5b80234680eb3e098281695eed1cc
parentb3bb81b41b9d4e9fc9c183cc175ef3a15e515c69 (diff)
downloadthedroneely.com-8130bab4117186fe0b7ea608291817636e125ad1.tar.gz
thedroneely.com-8130bab4117186fe0b7ea608291817636e125ad1.tar.bz2
thedroneely.com-8130bab4117186fe0b7ea608291817636e125ad1.zip
public/css/tdro: Increase vertical spacing in table of contents
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index ae15f59..a39130e 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4076,7 +4076,7 @@ details summary { cursor: pointer;}
nav#TableOfContents li:hover { background-color: #f1f1f1; }
nav#TableOfContents ul { margin-left: -0.5em; }
-nav#TableOfContents a { display: block; color: #555; padding-left: 0.5rem; }
+nav#TableOfContents a { display: block; color: #555; padding: 0.125rem 0 0.125rem 0.5rem; }
nav#TableOfContents a { white-space: nowrap; overflow: hidden; display: block; text-overflow: ellipsis; }