ruby-changes:61360
From: Nobuyoshi <ko1@a...>
Date: Sun, 24 May 2020 23:53:01 +0900 (JST)
Subject: [ruby-changes:61360] e6d1363ae6 (master): [ruby/rdoc] Fixed inverted CSS for note-list and label-list
https://git.ruby-lang.org/ruby.git/commit/?id=e6d1363ae6 From e6d1363ae6bff73f2eb9f0c727edd4586f7274ad Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 18 May 2020 21:31:08 +0900 Subject: [ruby/rdoc] Fixed inverted CSS for note-list and label-list https://github.com/ruby/rdoc/commit/a13d6439da diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index a52e44f..35aff77 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 { https://github.com/ruby/ruby/blob/trunk/lib/rdoc/generator/template/darkfish/css/rdoc.css#L276 -webkit-border-radius: 5px; } -dl.label-list dt { +dl.note-list dt { float: left; margin-right: 1em; } -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/