From c40435c4bf78dc646467a87ce3b01b93f5433c98 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:18:43 -0700 Subject: [PATCH] fix indentation of css file --- static/gitweb-site.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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; } -- 1.8.3.1