aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-29 16:28:05 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-29 16:28:05 -0500
commit0cda6b9d1987c86c1dd16ac7bfcfb94116e05605 (patch)
tree41fa18515cd4f3b5792a1289a8f76e4bc264092d /public
parent75d40a2b50f6320c61f58729d22613899b192d73 (diff)
downloadthedroneely.com-0cda6b9d1987c86c1dd16ac7bfcfb94116e05605.tar.gz
thedroneely.com-0cda6b9d1987c86c1dd16ac7bfcfb94116e05605.tar.bz2
thedroneely.com-0cda6b9d1987c86c1dd16ac7bfcfb94116e05605.zip
public/css/tdro: Alignment
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 1969f7b..9a6322a 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4382,6 +4382,7 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
/* custom helpers */
.has-padding-none { padding: 0 !important; }
+.has-padding-left-md { padding-left: 0.5em !important; }
.has-margin-none { margin: 0 !important; }
.has-margin-bottom-none { margin-bottom: 0 !important; }
.has-margin-bottom-sm { margin-bottom: 0.25em !important; }
@@ -4394,7 +4395,7 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
details summary { cursor: pointer;}
nav#TableOfContents li:hover { background-color: #f1f1f1; }
-nav#TableOfContents ul { margin: 0; }
+nav#TableOfContents ul { margin-left: -0.5em; }
nav#TableOfContents a { display: block; color: #222; padding-left: 0.5rem; font-size: 0.9rem; }
/* tufte css */