From: cassowary Date: Mon, 27 Jul 2026 21:44:59 +0000 (-0700) Subject: set box-sizing: border-box X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=81f9c77575ed905ec6803378717475a2be32a808;p=gitweb-theme.git set box-sizing: border-box --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 8022e7f..b9bd140 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -1,3 +1,7 @@ +* { + box-sizing: border-box; +} + input[title^="Search project"] { max-width: 50%; }