From: Chris Morgan Date: Sat, 8 Jan 2022 09:41:14 +0000 (+1100) Subject: Tweak page header appearance X-Git-Url: https://git.chrismorgan.info/gitweb/commitdiff_plain/da136e3e141238dfc2ea4bb29ee566958e54e98e Tweak page header appearance --- diff --git a/static/gitweb.css b/static/gitweb.css index 5d14f20..99069a2 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -66,7 +66,8 @@ a.list img.avatar { } .page_header { - padding: 1rem; + /* Subtracting the border-top, because otherwise the underlines on/below links start to unbalance it. */ + padding: 0.75rem 1rem 1rem; font-size: 150%; border-top: 0.25rem solid #f71; background-color: #f716;