summaryrefslogtreecommitdiffstats
path: root/web/html/css/arch.css
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-12-21 05:42:35 +0100
committerCallan Barrett <wizzomafizzo@gmail.com>2008-12-21 07:24:57 +0100
commitcfeb080dcd7f593cf70a7d12ef873c95c95ae40f (patch)
treea8cb1c869f3ee67d55d8407051b77a3ed268622c /web/html/css/arch.css
parente12a8ad3da6fdec073e099438a69f745f5b9faf5 (diff)
downloadaur-cfeb080dcd7f593cf70a7d12ef873c95c95ae40f.tar.gz
aur-cfeb080dcd7f593cf70a7d12ef873c95c95ae40f.tar.xz
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 <louipc.ist@gmail.com> Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r--web/html/css/arch.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index 9dc630e1..bc629e80 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;
}