1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc/generator/template/darkfish
nobu 33d026034e rdoc.css: make label-list compact
"Labeled Lists" section in lib/rdoc/markup.rb states labeled-list
will be formatted in same lines.

```
Notice that blank lines right after the label are ignored in labeled lists:

  [one]

      definition 1

  [two]

      definition 2

produces the same output as

  [one]  definition 1
  [two]  definition 2
```

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-02 06:54:55 +00:00
..
css rdoc.css: make label-list compact 2019-02-02 06:54:55 +00:00
fonts
images
js
.document
_footer.rhtml Merge rdoc-6.0.0.beta3. 2017-10-10 02:01:00 +00:00
_head.rhtml
_sidebar_classes.rhtml
_sidebar_extends.rhtml
_sidebar_in_files.rhtml
_sidebar_includes.rhtml
_sidebar_installed.rhtml
_sidebar_methods.rhtml
_sidebar_navigation.rhtml
_sidebar_pages.rhtml
_sidebar_parent.rhtml
_sidebar_search.rhtml
_sidebar_sections.rhtml
_sidebar_table_of_contents.rhtml
_sidebar_VCS_info.rhtml
class.rhtml Merge rdoc-6.0.0.beta3. 2017-10-10 02:01:00 +00:00
index.rhtml
page.rhtml
servlet_not_found.rhtml
servlet_root.rhtml
table_of_contents.rhtml