cgit

commit 46ff6e1993175057a18b14980696648a1c5e87ab

Author: Jason A. Donenfeld <Jason@zx2c4.com>

css: fix indentation

 cgit.css | 8 ++++----


diff --git a/cgit.css b/cgit.css
index 942c9be16979899ad2255b0c5b73eccd658df291..66c6d533206a674d2f0e6b3d19044f3297018e1e 100644
--- a/cgit.css
+++ b/cgit.css
@@ -18,7 +18,7 @@ 	text-decoration: underline;
 }
 
 div#cgit table {
-      border-collapse: collapse;
+	border-collapse: collapse;
 }
 
 div#cgit table#header {
@@ -803,9 +803,9 @@ }
 
 div#cgit table.ssdiff td.foot {
 	border-top: solid 1px #aaa;
-        border-left: none;
-        border-right: none;
-        border-bottom: none;
+	border-left: none;
+	border-right: none;
+	border-bottom: none;
 }
 
 div#cgit table.ssdiff td.space {