From 67b94619bb6a840668baeb6a9d3833b70c558ebe Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 15 Sep 2014 19:16:47 +0000 Subject: use local copy of Debian logo.png git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28800 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- static/logo.png | Bin 0 -> 6733 bytes static/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 static/logo.png (limited to 'static') diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000000..d1321d8f45 Binary files /dev/null and b/static/logo.png differ diff --git a/static/style.css b/static/style.css index 0e02a61274..42f6f4d337 100644 --- a/static/style.css +++ b/static/style.css @@ -124,7 +124,7 @@ span.dangerous { color: rgb(191,127,0); } @media all and (min-width: 641px) { header { - background: url(https://tracker.debian.org/static/img/logo.png) top right no-repeat; + background: url(/tracker/logo.png) top right no-repeat; min-height: 60px; } h1 { -- cgit v1.2.3