aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;