1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/rdoc] Fixed inverted CSS for note-list and label-list

https://github.com/ruby/rdoc/commit/a13d6439da
This commit is contained in:
Nobuyoshi Nakada 2020-05-18 21:31:08 +09:00 committed by aycabta
parent 32e0ff26e0
commit e6d1363ae6

View file

@ -276,7 +276,7 @@ ul.link-list .type {
-webkit-border-radius: 5px;
}
dl.label-list dt {
dl.note-list dt {
float: left;
margin-right: 1em;
}