mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
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>
This commit is contained in:
parent
e12a8ad3da
commit
cfeb080dcd
5 changed files with 23 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue