public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoaster:master commit in: web/css/
@ 2011-08-15 19:53 Liam McLoughlin
  0 siblings, 0 replies; only message in thread
From: Liam McLoughlin @ 2011-08-15 19:53 UTC (permalink / raw
  To: gentoo-commits

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 {



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-15 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-15 19:53 [gentoo-commits] proj/gentoaster:master commit in: web/css/ Liam McLoughlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox