From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qt3EN-0003xX-TS for garchives@archives.gentoo.org; Mon, 15 Aug 2011 19:53:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EA3D21C312; Mon, 15 Aug 2011 19:53:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 40F1D21C312 for ; Mon, 15 Aug 2011 19:53:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEB271B4060 for ; Mon, 15 Aug 2011 19:53:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 14E1580042 for ; Mon, 15 Aug 2011 19:53:43 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: Subject: [gentoo-commits] proj/gentoaster:master commit in: web/css/ X-VCS-Repository: proj/gentoaster X-VCS-Files: web/css/style.css X-VCS-Directories: web/css/ X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: e0e3d3c096e2d205aff2f239aedc2b4e7dee5329 Date: Mon, 15 Aug 2011 19:53:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7f09c868462396fc7d10cf5ec2a00b45 commit: e0e3d3c096e2d205aff2f239aedc2b4e7dee5329 Author: Liam McLoughlin hexxeh net> AuthorDate: Mon Aug 15 19:53:32 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Mon Aug 15 19:53:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3De0e3d3c0 Make CSS image paths relative --- web/css/style.css | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/css/style.css b/web/css/style.css index 8a931bc..ce312cd 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -47,7 +47,7 @@ td { } =20 #header { - background-image: url('/img/header.png'); + background-image: url('../img/header.png'); width: 800px; height: 90px; } @@ -71,11 +71,11 @@ td { } =20 #backbutton { - background-image: url('/img/icons/back.png'); + background-image: url('../img/icons/back.png'); } =20 #forwardbutton { - background-image: url('/img/icons/forward.png'); + background-image: url('../img/icons/forward.png'); } =20 .ui-slider-handle {