From: Matthijs Kooijman Date: Wed, 28 Apr 2010 11:31:28 +0000 (+0200) Subject: gitweb: Make the description field wider. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=3b4439b8bd756d06dac669066ab3c293789ae587;p=matthijs%2Fservers%2Fdrsnuggles.git gitweb: Make the description field wider. --- 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";