From ddd8bae9d51c1b5d04c26be666625d559505fee4 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 23 Jun 2019 00:47:20 +0200 Subject: [PATCH] Adjust bzip.css images to new https://sourceware.org/bzip2/ location. --- bzip.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bzip.css b/bzip.css index 43193d8..2113118 100644 --- a/bzip.css +++ b/bzip.css @@ -25,7 +25,7 @@ dd { /* -- ruler -- */ div.hr_blue { height: 3px; - background:#ffffff url("/images/hr_blue.png") repeat-x; } + background:#ffffff url("../images/hr_blue.png") repeat-x; } div.hr_blue hr { display:none; } /* release styles */ @@ -38,7 +38,7 @@ div.hr_blue hr { display:none; } ul { margin: 0px 4px 16px 16px; padding: 0px; - list-style: url("/images/li-blue.png"); + list-style: url("../images/li-blue.png"); } ul li { margin-bottom: 10px;