From bed20bb7ece3df39979496fc6ece3765364ad0b8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Nov 2012 12:37:29 +0100 Subject: fixup: fixup: fixup: fixup: fix path to images in css --- update_jdn.sh | 2 +- 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; -- cgit v1.2.3-54-g00ecf