Skip to content

Commit 4db0c11

Browse files
authored
Merge pull request #718 from MaxLap/patch-1
Fix image links in rdoc.css
2 parents e654629 + daf36f9 commit 4db0c11

File tree

1 file changed

+5
-5
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+5
-5
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pre {
9494

9595
.missing-docs {
9696
font-size: 120%;
97-
background: white url(images/wrench_orange.png) no-repeat 4px center;
97+
background: white url(../images/wrench_orange.png) no-repeat 4px center;
9898
color: #ccc;
9999
line-height: 2em;
100100
border: 1px solid #d00;
@@ -138,11 +138,11 @@ pre {
138138
.table-of-contents li .toc-toggle {
139139
width: 16px;
140140
height: 16px;
141-
background: url(images/add.png) no-repeat;
141+
background: url(../images/add.png) no-repeat;
142142
}
143143

144144
.table-of-contents li .toc-toggle.open {
145-
background: url(images/delete.png) no-repeat;
145+
background: url(../images/delete.png) no-repeat;
146146
}
147147

148148
/* @end */
@@ -270,7 +270,7 @@ dl.label-list dt {
270270
}
271271

272272
.calls-super {
273-
background: url(images/arrow_up.png) no-repeat right center;
273+
background: url(../images/arrow_up.png) no-repeat right center;
274274
}
275275

276276
/* @end */
@@ -487,7 +487,7 @@ main .method-click-advice {
487487
visibility: hidden;
488488
padding-right: 20px;
489489
line-height: 20px;
490-
background: url(images/zoom.png) no-repeat right top;
490+
background: url(../images/zoom.png) no-repeat right top;
491491
}
492492
main .method-heading:hover .method-click-advice {
493493
visibility: visible;

0 commit comments

Comments
 (0)