|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-10 23:15:43
|
Module: web
Branch: master
Commit: 4616b0d1c9b60bd9a54b99eace344ad3acef18e9
Author: Lasse Karkkainen <tro...@tr...>
Date: Sun Dec 5 17:46:24 2010 +0100
Fix showcase URL
---
htdocs-binary/style.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/htdocs-binary/style.css b/htdocs-binary/style.css
index 24a6949..1caabb6 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -130,7 +130,7 @@ h1 {
}
#showcase {
- background: url('showcase.jpg') repeat-x;
+ background: url('imgs/showcase.jpg') repeat-x;
width: 640px;
height: 100px;
}
|