summaryrefslogtreecommitdiff
path: root/cgit/web/local.scss
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/web/local.scss')
-rw-r--r--cgit/web/local.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/cgit/web/local.scss b/cgit/web/local.scss
new file mode 100644
index 0000000..0215234
--- /dev/null
+++ b/cgit/web/local.scss
@@ -0,0 +1,7 @@
+/* usage: sassc --style compressed local.scss local.css */
+
+@import 'cgit';
+
+div#cgit table.blob li {
+ height: 0;
+}