aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-03 15:38:42 -0500
committerThedro Neely <thedroneely@gmail.com>2021-03-03 15:38:42 -0500
commita97dea190df0558ed0a56f8387f65c412af57c30 (patch)
tree2eac496b676c25f833b1b077b4da6f732161522a /public
parent4d940b29cc62626106d0c29c16b36a05223ce4b8 (diff)
downloadthedroneely.com-a97dea190df0558ed0a56f8387f65c412af57c30.tar.gz
thedroneely.com-a97dea190df0558ed0a56f8387f65c412af57c30.tar.bz2
thedroneely.com-a97dea190df0558ed0a56f8387f65c412af57c30.zip
public/css/tdro: Clip only the table of contents overflow
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css19
1 files changed, 3 insertions, 16 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 7ea7119..97f6421 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -3975,31 +3975,17 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott
* Posts and Projects
*/
-.article__title { padding-bottom: 5px; }
-
+.article__title a { line-height: 1.8; }
.article__date { margin-bottom: 0.75rem; }
.article__divider { background-color: transparent; }
-.article__title, nav#TableOfContents a {
- white-space: nowrap;
- overflow: hidden;
- display: block;
- text-overflow: ellipsis;
-}
-
.article__updated { padding: 0.5em; }
ul.article__list { line-height: 2.5; }
.article__list li:hover { background-color: #f1f1f1; }
-.article__list a {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
+.article__list a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.article__list__date { padding-right: 1rem; text-transform: uppercase; }
.article__list a, h1.article__list { padding: 0 0.5rem; }
-
.article__heading__anchor { border-bottom: none; }
-
.webring li { padding-top: 1em; }
.webring ul { margin-top: 0.5em; }
.webring .articles h2 { margin-bottom: 0.1em; }
@@ -4101,6 +4087,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 { white-space: nowrap; overflow: hidden; display: block; text-overflow: ellipsis; }
/*