--- gnatsweb-site.orig.pl Sun Apr 13 15:11:27 2003 +++ gnatsweb-site.css.pl Sun Apr 13 15:12:13 2003 @@ -11,3 +11,10 @@ $site_gnats_host = 'localhost'; # The port which the GNATS server is running on. # Default installations of GNATS run on port 1529. $site_gnats_port = '1529'; + +#When this variable is set to point to a CSS stylesheet, all Gnatsweb +#pages are linked to this stylesheet. You can either specify an +#absolute URL like 'http://gnats.example.com/stylesheet.css' or a URL +#relative to the document root of your web server. +$site_stylesheet = 'common.css'; +