about summary refs log tree commit diff
path: root/third_party/cgit/tvl-extra.css
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cgit/tvl-extra.css')
-rw-r--r--third_party/cgit/tvl-extra.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/cgit/tvl-extra.css b/third_party/cgit/tvl-extra.css
new file mode 100644
index 0000000000..f174b2c03f
--- /dev/null
+++ b/third_party/cgit/tvl-extra.css
@@ -0,0 +1,4 @@
+/* limit the width of /about/** to help readability */
+.content #summary {
+  max-width: 800 px;
+}