aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-06-23 00:47:20 +0200
committerMark Wielaard <mark@klomp.org>2019-06-23 00:47:20 +0200
commitddd8bae9d51c1b5d04c26be666625d559505fee4 (patch)
tree45c3007ee7342ca09250389db89e0e4d16998a57
parent032a25eee83fd7556cd9e7b1829d56dcc627ddcf (diff)
downloadbzip2-ddd8bae9d51c1b5d04c26be666625d559505fee4.tar.gz
bzip2-ddd8bae9d51c1b5d04c26be666625d559505fee4.tar.bz2
bzip2-ddd8bae9d51c1b5d04c26be666625d559505fee4.zip
Adjust bzip.css images to new https://sourceware.org/bzip2/ location.
-rw-r--r--bzip.css4
1 files 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 {
25/* -- ruler -- */ 25/* -- ruler -- */
26div.hr_blue { 26div.hr_blue {
27 height: 3px; 27 height: 3px;
28 background:#ffffff url("/images/hr_blue.png") repeat-x; } 28 background:#ffffff url("../images/hr_blue.png") repeat-x; }
29div.hr_blue hr { display:none; } 29div.hr_blue hr { display:none; }
30 30
31/* release styles */ 31/* release styles */
@@ -38,7 +38,7 @@ div.hr_blue hr { display:none; }
38ul { 38ul {
39 margin: 0px 4px 16px 16px; 39 margin: 0px 4px 16px 16px;
40 padding: 0px; 40 padding: 0px;
41 list-style: url("/images/li-blue.png"); 41 list-style: url("../images/li-blue.png");
42} 42}
43ul li { 43ul li {
44 margin-bottom: 10px; 44 margin-bottom: 10px;