diff options
Diffstat (limited to 'third_party/cgit/tvl-extra.css')
-rw-r--r-- | third_party/cgit/tvl-extra.css | 4 |
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 000000000000..f174b2c03fd3 --- /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; +} |