diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-12 12:37:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-12 12:37:29 +0100 |
commit | bed20bb7ece3df39979496fc6ece3765364ad0b8 (patch) | |
tree | 06ee71e17142abdb088fc1124c453c54f744fe9c /userContent | |
parent | 246529cf8046dcad335d83800047d5ccc95fc5c9 (diff) | |
download | jenkins.debian.net-bed20bb7ece3df39979496fc6ece3765364ad0b8.tar.xz |
fixup: fixup: fixup: fixup: fix path to images in css
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/theme/debian-asciidoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userContent/theme/debian-asciidoc.css b/userContent/theme/debian-asciidoc.css index c48bb8de..c56e232b 100644 --- a/userContent/theme/debian-asciidoc.css +++ b/userContent/theme/debian-asciidoc.css @@ -29,7 +29,7 @@ h1, h2, h3, h4, h5 { } .article { - background-image: url("debian-swirl.png"); + background-image: url("/userContent/theme/debian-swirl.png"); padding: 30px 30px; background-position: right top; background-repeat: no-repeat; |