Skip to content

Commit b91fa98

Browse files
authored
Merge pull request #770 from nobu/bug/fix-note-list
Fixed inverted CSS for note-list and label-list
2 parents b420744 + a13d643 commit b91fa98

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)