From 80eeda4061aed4617450e17cc4c88d1d15002cc8 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 28 Jul 2008 19:54:39 +0200 Subject: [PATCH] html/girocco.css: Add custom stylesheet (empty for now) --- Girocco/CGI.pm | 1 + html/girocco.css | 1 + install.sh | 1 + 3 files changed, 3 insertions(+) create mode 100644 html/girocco.css diff --git a/Girocco/CGI.pm b/Girocco/CGI.pm index 7b4c6f7..84bf2e3 100644 --- a/Girocco/CGI.pm +++ b/Girocco/CGI.pm @@ -39,6 +39,7 @@ sub new { $Girocco::Config::name :: $heading + diff --git a/html/girocco.css b/html/girocco.css new file mode 100644 index 0000000..b5c5f1f --- /dev/null +++ b/html/girocco.css @@ -0,0 +1 @@ +/* Girocco CSS */ diff --git a/install.sh b/install.sh index e85fb98..6443b9b 100755 --- a/install.sh +++ b/install.sh @@ -101,3 +101,4 @@ mkdir -p "$cfg_webroot" "$cfg_cgiroot" cp cgi/*.cgi gitweb/gitweb_config.perl "$cfg_cgiroot" ln -fs "$cfg_basedir"/Girocco "$cfg_cgiroot" cp gitweb/indextext.html "$cfg_webroot" +mv "$cfg_basedir"/html/*.css "$cfg_webroot" -- 2.11.4.GIT