diff --git a/progit/static/header-bg.png b/progit/static/header-bg.png new file mode 100644 index 0000000..f4c540a Binary files /dev/null and b/progit/static/header-bg.png differ diff --git a/progit/static/koji.css b/progit/static/koji.css index 004e44d..71eebe1 100644 --- a/progit/static/koji.css +++ b/progit/static/koji.css @@ -18,7 +18,7 @@ body { font-size: small; font-family: Cantarell, sans-serif; color: #666; - background: #fff url(http://koji.fedoraproject.org/koji-static/images/header-bg.png) repeat-x; + background: #fff url(header-bg.png) repeat-x; } a, a:visited, a:hover {