From cfeb080dcd7f593cf70a7d12ef873c95c95ae40f Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sat, 20 Dec 2008 23:42:35 -0500 Subject: Make all web paths relative. The site no longer needs to be hosted from the root of a domain, or virtual host. Signed-off-by: Loui Chang Signed-off-by: Callan Barrett --- web/html/css/arch.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html/css') diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 9dc630e..bc629e8 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -2,7 +2,7 @@ * ul { padding: 20px; } body { min-width: 600px; - background: #fbf8f1 url("/images/titlebar.png") repeat-x top left; + background: #fbf8f1 url("../images/titlebar.png") repeat-x top left; padding: 0 30px; color: #555; font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif; @@ -125,7 +125,7 @@ body { } #logo h1#archtitle a { display: block; - background: transparent url("/images/titlelogo.png") top left no-repeat; + background: transparent url("../images/titlelogo.png") top left no-repeat; width: 350px; height: 103px; } -- cgit v1.2.3-54-g00ecf