fix indentation of css file
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:18:43 +0000 (14:18 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:18:43 +0000 (14:18 -0700)
static/gitweb-site.css

index d6f7e8a..fa326a3 100644 (file)
@@ -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;
 }