mirror of
git://sourceware.org/git/bzip2.git
synced 2024-11-23 11:43:28 +08:00
Adjust bzip.css images to new https://sourceware.org/bzip2/ location.
This commit is contained in:
parent
032a25eee8
commit
ddd8bae9d5
4
bzip.css
4
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;
|
||||
|
Loading…
Reference in New Issue
Block a user