Skip to content

Commit a13d643

Browse files
committed
Fixed inverted CSS for note-list and label-list
1 parent 78f3ce4 commit a13d643

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ ul.link-list .type {
276276
-webkit-border-radius: 5px;
277277
}
278278

279-
dl.label-list dt {
279+
dl.note-list dt {
280280
float: left;
281281
margin-right: 1em;
282282
}

0 commit comments

Comments
 (0)