aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/generator
diff options
context:
space:
mode:
authorPankaj Doharey <pankajdoharey@gmail.com>2021-01-08 22:29:12 +0530
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-16 15:47:27 +0900
commit05898c5b9001c0b1e8bd7bf0d12b42a8e7c388b8 (patch)
tree85ba18d94d3a6b5011e90b5939a2ae9df838ec27 /lib/rdoc/generator
parent31b19ba84e384734dba5e641d8055332ff36da01 (diff)
downloadruby-05898c5b9001c0b1e8bd7bf0d12b42a8e7c388b8.tar.gz
[ruby/rdoc] Update Rdoc.css sidebar panel.
Updates css so the sidebar look like a panel instead of looking like chopped edges. https://github.com/ruby/rdoc/commit/b0098c6d72
Diffstat (limited to 'lib/rdoc/generator')
-rw-r--r--lib/rdoc/generator/template/darkfish/css/rdoc.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css
index 35aff77fcb..955e67d135 100644
--- a/lib/rdoc/generator/template/darkfish/css/rdoc.css
+++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -166,6 +166,7 @@ nav {
width: 260px;
font-family: Helvetica, sans-serif;
font-size: 14px;
+ border-right: 1px solid #ccc;
}
main {