ruby/lib/rdoc/generator/template/darkfish
Stan Lo 923e36ab21 [ruby/rdoc] Fix sidebar scroll again and add missing footer back
(https://github.com/ruby/rdoc/pull/1154)

* Add missing footers

In #1152 the footer partial was only added to the index.rhtml file.
This commit adds the footer partial to the other template files.

* Remove unnecessary middle divs in nav

* Simplify sidebar's overflow settings

Because sidebar needs to be scrollable, its overflow should default to auto.
Currently it's set to hidden and force individual elements to set overflow auto,
which overcomplicates things.

b8c2bcd8db
2024-08-15 13:33:00 +00:00
..
css [ruby/rdoc] Fix sidebar scroll again and add missing footer back 2024-08-15 13:33:00 +00:00
fonts
images
js Sync rdoc 2024-08-05 08:27:45 +08:00
.document
_footer.rhtml
_head.rhtml Sync rdoc 2024-08-05 08:27:45 +08:00
_sidebar_classes.rhtml [ruby/rdoc] Start with open when only one visible class/module 2022-03-14 14:48:13 +09:00
_sidebar_extends.rhtml
_sidebar_in_files.rhtml
_sidebar_includes.rhtml
_sidebar_installed.rhtml
_sidebar_methods.rhtml
_sidebar_navigation.rhtml
_sidebar_pages.rhtml [ruby/rdoc] Escape file names 2022-10-07 12:12:08 +09:00
_sidebar_parent.rhtml
_sidebar_search.rhtml [ruby/rdoc] Add keydown event listener to focus on search field 2023-07-05 03:37:28 +00:00
_sidebar_sections.rhtml
_sidebar_table_of_contents.rhtml [ruby/rdoc] Darkfish: Nest sidebar ToC as a tree of headings 2022-11-27 17:18:16 +00:00
_sidebar_toggle.rhtml [ruby/rdoc] Use ascii chatacter in HTML file 2024-08-08 08:54:52 +09:00
_sidebar_VCS_info.rhtml
class.rhtml [ruby/rdoc] Fix sidebar scroll again and add missing footer back 2024-08-15 13:33:00 +00:00
index.rhtml [ruby/rdoc] Fix sidebar scroll again and add missing footer back 2024-08-15 13:33:00 +00:00
page.rhtml [ruby/rdoc] Fix sidebar scroll again and add missing footer back 2024-08-15 13:33:00 +00:00
servlet_not_found.rhtml [ruby/rdoc] Fix sidebar scroll again and add missing footer back 2024-08-15 13:33:00 +00:00
servlet_root.rhtml [ruby/rdoc] Fix sidebar scroll again and add missing footer back 2024-08-15 13:33:00 +00:00
table_of_contents.rhtml [ruby/rdoc] Fix sidebar scroll again and add missing footer back 2024-08-15 13:33:00 +00:00