summaryrefslogtreecommitdiffstats
path: root/userContent/theme
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 12:24:22 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 12:24:22 +0100
commit9353b4606be5dfafa9a6e523c83fca9aea8671bf (patch)
treef6cfe18c9410e7de2e48c75835e2777d62c47283 /userContent/theme
parentd3d91e71e5ba52cde8014d30d12b5b5c266cc1a8 (diff)
downloadjenkins.debian.net-9353b4606be5dfafa9a6e523c83fca9aea8671bf.tar.xz
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 163b75ac..19319670 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("./theme/debian-swirl.png");
padding: 30px 30px;
background-position: right top;
background-repeat: no-repeat;