aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-19 23:40:41 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-19 23:40:41 -0400
commitbf3d2b054388da125568f23b64509a9ec8e939b9 (patch)
treef1e5df94eafbcc29f9fb7d7a7a14b282483d9008 /public
parent450fe6b28f14605260d3cbbc5b28957996868774 (diff)
downloadthedroneely.com-bf3d2b054388da125568f23b64509a9ec8e939b9.tar.gz
thedroneely.com-bf3d2b054388da125568f23b64509a9ec8e939b9.tar.bz2
thedroneely.com-bf3d2b054388da125568f23b64509a9ec8e939b9.zip
public/css/tdro: Don't truncate table of contents headings
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 12f62f8..a0c2753 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -2055,10 +2055,8 @@ nav#TableOfContents a {
padding: 0.125rem 0 0.125rem 0.5rem;
}
nav#TableOfContents a {
- white-space: nowrap;
- overflow: hidden;
display: block;
- text-overflow: ellipsis;
+ font-size: 0.8125rem;
}
/*