summaryrefslogtreecommitdiffstats
path: root/userContent/theme
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 12:37:29 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 12:37:29 +0100
commitbed20bb7ece3df39979496fc6ece3765364ad0b8 (patch)
tree06ee71e17142abdb088fc1124c453c54f744fe9c /userContent/theme
parent246529cf8046dcad335d83800047d5ccc95fc5c9 (diff)
downloadjenkins.debian.net-bed20bb7ece3df39979496fc6ece3765364ad0b8.tar.xz
fixup: fixup: fixup: fixup: fix path to images in css
Diffstat (limited to 'userContent/theme')
-rw-r--r--userContent/theme/debian-asciidoc.css2
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;