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 | |
parent | 246529cf8046dcad335d83800047d5ccc95fc5c9 (diff) | |
download | jenkins.debian.net-bed20bb7ece3df39979496fc6ece3765364ad0b8.tar.xz |
fixup: fixup: fixup: fixup: fix path to images in css
-rwxr-xr-x | update_jdn.sh | 2 | ||||
-rw-r--r-- | userContent/theme/debian-asciidoc.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 90a66a60..70c6c2c4 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -56,7 +56,7 @@ cp -r bin logparse job-cfg /srv/jenkins/ explain "Jenkins updated." cp -r TODO README userContent/* /var/lib/jenkins/userContent/ cd /var/lib/jenkins/userContent/ -ASCIIDOC_PARAMS="-a numbered -a data-uri -a iconsdir=/etc/asciidoc/images/icons -a scriptsdir=/etc/asciidoc/javascripts -a imagesdir=$(pwd)/theme -b html5 -a toc -a toclevels=4 -a icons -a images -a stylesheet=$(pwd)/theme/debian-asciidoc.css" +ASCIIDOC_PARAMS="-a numbered -a data-uri -a iconsdir=/etc/asciidoc/images/icons -a scriptsdir=/etc/asciidoc/javascripts -a imagesdir=$(pwd)/.. -b html5 -a toc -a toclevels=4 -a icons -a images -a stylesheet=$(pwd)/theme/debian-asciidoc.css" asciidoc $ASCIIDOC_PARAMS -o about.html README asciidoc $ASCIIDOC_PARAMS -o todo.html TODO rm TODO README 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; |