diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 16455418..c7587971 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -514,8 +514,8 @@ a:not([href]):hover { left: -10px; } -li:not(:first-child:last-child) > .datetimestamp-tooltip, -.offset-tooltips :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; } |