From 3b4439b8bd756d06dac669066ab3c293789ae587 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 28 Apr 2010 13:31:28 +0200 Subject: [PATCH] gitweb: Make the description field wider. --- etc/gitweb.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/gitweb.conf b/etc/gitweb.conf index abe6235..613141b 100644 --- a/etc/gitweb.conf +++ b/etc/gitweb.conf @@ -13,6 +13,10 @@ $home_text = "indextext.html"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot; +# Make the description a bit wider (now most descriptions fit. This does look +# less pretty on 1024 pixels wide screens, but well.) +$projects_list_description_width = 50; + # stylesheet to use $stylesheet = "/gitweb.css"; -- 2.30.2