summaryrefslogtreecommitdiffstats
path: root/userContent/theme
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 12:28:33 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 12:28:33 +0100
commit73691c6bfdb24862c90aa1991891aa1f8a575440 (patch)
treea62974bcbce16cb9caa8238fe1a914eee5f2a935 /userContent/theme
parent9353b4606be5dfafa9a6e523c83fca9aea8671bf (diff)
downloadjenkins.debian.net-73691c6bfdb24862c90aa1991891aa1f8a575440.tar.xz
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 19319670..c48bb8de 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("./theme/debian-swirl.png");
+ background-image: url("debian-swirl.png");
padding: 30px 30px;
background-position: right top;
background-repeat: no-repeat;