public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Liam McLoughlin" <hexxeh@hexxeh.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoaster:master commit in: web/css/
Date: Mon, 15 Aug 2011 19:53:43 +0000 (UTC)	[thread overview]
Message-ID: <e0e3d3c096e2d205aff2f239aedc2b4e7dee5329.hexxeh@gentoo> (raw)

commit:     e0e3d3c096e2d205aff2f239aedc2b4e7dee5329
Author:     Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net>
AuthorDate: Mon Aug 15 19:53:32 2011 +0000
Commit:     Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net>
CommitDate: Mon Aug 15 19:53:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoaster.git;a=commit;h=e0e3d3c0

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 {
 }
 
 #header {
-	background-image: url('/img/header.png');
+	background-image: url('../img/header.png');
 	width: 800px;
 	height: 90px;
 }
@@ -71,11 +71,11 @@ td {
 }
 
 #backbutton {
-	background-image: url('/img/icons/back.png');
+	background-image: url('../img/icons/back.png');
 }
 
 #forwardbutton {
-	background-image: url('/img/icons/forward.png');
+	background-image: url('../img/icons/forward.png');
 }
 
 .ui-slider-handle {



                 reply	other threads:[~2011-08-15 19:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e0e3d3c096e2d205aff2f239aedc2b4e7dee5329.hexxeh@gentoo \
    --to=hexxeh@hexxeh.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox