diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-03 18:23:41 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-03 18:24:25 -0400 |
commit | cdf4ad59b6bc634a2268fb84e72181e59262aaf2 (patch) | |
tree | 98343bb2e2526e756dc3bf65633794847034e017 /src/static | |
parent | 11493b1a70c26d9aa11b98acf93b4d09d89f88bf (diff) |
content, css: generateNewsEntryPageReadAnotherLinks, datetimestamps
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 3534e50d..56a0533c 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -514,7 +514,8 @@ a:not([href]):hover { left: -10px; } -li:not(:first-child:last-child) .datetimestamp-tooltip { +li:not(:first-child:last-child) > .datetimestamp-tooltip, +.offset-tooltips :not(:first-child:last-child) > .datetimestamp-tooltip { left: 14px; } @@ -937,6 +938,7 @@ html[data-url-key="localized.listing"][data-url-value0="random"] #content a:not( html[data-url-key="localized.newsEntry"] .read-another-links { font-style: oblique; + font-size: 0.9em; } /* Additional names (heading and box) */ |