diff options
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%; |