diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-01 07:50:19 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-31 19:19:07 -0300 |
commit | ae3fac05e0d2ae6c654e2d23b66a9c63709a4f94 (patch) | |
tree | 6c8f515328da872ba7d01de9cc4fb355731d80db /src/static | |
parent | b4a50b6bd41c35119572834ae39bc9f36eb5361c (diff) |
content, css, test: tweak external link white-space handling
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index a29158c5..3d707f2c 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -468,6 +468,10 @@ a:not([href]):hover { text-decoration: none; } +.external-link { + white-space: nowrap; +} + .nav-main-links .nav-link.current > span.nav-link-content > a { font-weight: 800; } @@ -801,6 +805,10 @@ ul.image-details li { font-style: oblique; } +.commentary-entry-body .external-link { + white-space: normal; +} + .commentary-art { float: right; width: 30%; |