gitweb: Make the description field wider.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 28 Apr 2010 11:31:28 +0000 (13:31 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 28 Apr 2010 11:31:28 +0000 (13:31 +0200)
etc/gitweb.conf

index abe6235ca587056553e86c1eb508d92ddbd4cc7c..613141b4bcdf7b9b7b52554cccd1f1cd1297ef71 100644 (file)
@@ -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";