File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
lib/rdoc/generator/template/darkfish/css Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 94
94
95
95
.missing-docs {
96
96
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;
98
98
color : # ccc ;
99
99
line-height : 2em ;
100
100
border : 1px solid # d00 ;
@@ -138,11 +138,11 @@ pre {
138
138
.table-of-contents li .toc-toggle {
139
139
width : 16px ;
140
140
height : 16px ;
141
- background : url (images/add.png) no-repeat;
141
+ background : url(.. / images/add.png) no-repeat;
142
142
}
143
143
144
144
.table-of-contents li .toc-toggle .open {
145
- background : url (images/delete.png) no-repeat;
145
+ background : url(.. / images/delete.png) no-repeat;
146
146
}
147
147
148
148
/* @end */
@@ -270,7 +270,7 @@ dl.label-list dt {
270
270
}
271
271
272
272
.calls-super {
273
- background : url (images/arrow_up.png) no-repeat right center;
273
+ background : url(.. / images/arrow_up.png) no-repeat right center;
274
274
}
275
275
276
276
/* @end */
@@ -487,7 +487,7 @@ main .method-click-advice {
487
487
visibility : hidden;
488
488
padding-right : 20px ;
489
489
line-height : 20px ;
490
- background : url (images/zoom.png) no-repeat right top;
490
+ background : url(.. / images/zoom.png) no-repeat right top;
491
491
}
492
492
main .method-heading : hover .method-click-advice {
493
493
visibility : visible;
You can’t perform that action at this time.
0 commit comments