Replace old logo with Nix/NixOS logo.

This commit is contained in:
Rob Vermaas 2012-04-13 10:33:11 +02:00
parent 1e7f9c8a15
commit b81aa89260
4 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ sub begin :Private {
$c->stash->{version} = $ENV{"HYDRA_RELEASE"} || "<devel>";
$c->stash->{nixVersion} = $ENV{"NIX_RELEASE"} || "<devel>";
$c->stash->{curTime} = time;
$c->stash->{logo} = $ENV{"HYDRA_LOGO"} ? "/logo" : "/static/images/hydra.png" ;
$c->stash->{logo} = $ENV{"HYDRA_LOGO"} ? "/logo" : "/static/images/nixos-logo-only-hires.png" ;
$c->stash->{tracker} = $ENV{"HYDRA_TRACKER"} ;
if (scalar(@args) == 0 || $args[0] ne "static") {

View file

@ -5,7 +5,7 @@
}
.logo {
height: 20px;
height: 30px;
}
th {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB