diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-12 12:24:22 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-12 12:24:22 +0100 |
commit | 9353b4606be5dfafa9a6e523c83fca9aea8671bf (patch) | |
tree | f6cfe18c9410e7de2e48c75835e2777d62c47283 /userContent/theme | |
parent | d3d91e71e5ba52cde8014d30d12b5b5c266cc1a8 (diff) | |
download | jenkins.debian.net-9353b4606be5dfafa9a6e523c83fca9aea8671bf.tar.xz |
fix path to images in css
Diffstat (limited to 'userContent/theme')
-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 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; |