From: Paul Hänsch Date: Tue, 17 May 2022 11:10:24 +0000 (+0200) Subject: css selector fix X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=c2055317a550e25caa09340c23c3ce3c87536419;hp=9228c5d601c0ffe2b334dd13af02c7be7fa57f79;p=shellwiki css selector fix --- diff --git a/themes/default.css b/themes/default.css index c8db718..90819a7 100644 --- a/themes/default.css +++ b/themes/default.css @@ -20,8 +20,8 @@ footer { bottom: 0; } -header :last-child, -main :last-child { +header > :last-child, +main > :last-child { margin-bottom: 0; }