about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-15 15:38:04 -0500
committerCase Duckworth2022-06-15 15:38:04 -0500
commit5d7daec15e2cf64c761d7751607654bb371b83b6 (patch)
tree70a567ec970b4158c031e76dfd3e409ebd9c85c6
parentcolors (diff)
downloadcgit-5d7daec15e2cf64c761d7751607654bb371b83b6.tar.gz
cgit-5d7daec15e2cf64c761d7751607654bb371b83b6.zip
Change sumamry width
-rw-r--r--cgit.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 1955ecc..3cb61eb 100644 --- a/cgit.css +++ b/cgit.css
@@ -261,6 +261,7 @@ div#cgit td#content {
261div#cgit div#summary { 261div#cgit div#summary {
262 vertical-align: top; 262 vertical-align: top;
263 margin-bottom: 1em; 263 margin-bottom: 1em;
264 max-width: 80ch;
264} 265}
265 266
266div#cgit table#downloads { 267div#cgit table#downloads {