aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-18 21:31:08 +0900
committeraycabta <aycabta@gmail.com>2020-05-24 23:47:24 +0900
commite6d1363ae6bff73f2eb9f0c727edd4586f7274ad (patch)
treefefd8f59fe5c0790c1b4d7a83c783adcff65bff4 /lib/rdoc
parent32e0ff26e0ea5887a79cbf1ffd81513a4f392d76 (diff)
downloadruby-e6d1363ae6bff73f2eb9f0c727edd4586f7274ad.tar.gz
[ruby/rdoc] Fixed inverted CSS for note-list and label-list
https://github.com/ruby/rdoc/commit/a13d6439da
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/generator/template/darkfish/css/rdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css
index a52e44ff8f..35aff77fcb 100644
--- a/lib/rdoc/generator/template/darkfish/css/rdoc.css
+++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -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;
}