From: cassowary Date: Mon, 27 Jul 2026 21:18:43 +0000 (-0700) Subject: fix indentation of css file X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=c40435c4bf78dc646467a87ce3b01b93f5433c98;p=gitweb-theme.git fix indentation of css file --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index d6f7e8a..fa326a3 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -1,11 +1,11 @@ input[title^="Search project"] { - max-width: 50%; + max-width: 50%; } div.page_header, div.page_footer { - height: unset; - overflow: auto; + height: unset; + overflow: auto; } div.page_body { @@ -13,21 +13,21 @@ div.page_body { } @media screen and (max-width: 720px) { - body { - box-sizing: border-box; - margin: 0; - display: flex; - flex-direction: column; - min-height: 100%; - height: 100%; + body { + box-sizing: border-box; + margin: 0; + display: flex; + flex-direction: column; + min-height: 100%; + height: 100%; - & > * { flex: 0 0 auto; } - } + & > * { flex: 0 0 auto; } + } } html { - min-height: 100%; - height: 100%; + min-height: 100%; + height: 100%; } table.project_list, @@ -37,5 +37,5 @@ table.diff_tree, table.commit_search, table.project_list, div.page_body { - flex: 1 0 auto; + flex: 1 0 auto; }