[前][次][番号順一覧][スレッド一覧]

ruby-changes:65588

From: Pankaj <ko1@a...>
Date: Tue, 16 Mar 2021 15:47:46 +0900 (JST)
Subject: [ruby-changes:65588] 05898c5b90 (master): [ruby/rdoc] Update Rdoc.css sidebar panel.

https://git.ruby-lang.org/ruby.git/commit/?id=05898c5b90

From 05898c5b9001c0b1e8bd7bf0d12b42a8e7c388b8 Mon Sep 17 00:00:00 2001
From: Pankaj Doharey <pankajdoharey@g...>
Date: Fri, 8 Jan 2021 22:29:12 +0530
Subject: [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
---
 lib/rdoc/generator/template/darkfish/css/rdoc.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css
index 35aff77..955e67d 100644
--- a/lib/rdoc/generator/template/darkfish/css/rdoc.css
+++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -166,6 +166,7 @@ nav { https://github.com/ruby/ruby/blob/trunk/lib/rdoc/generator/template/darkfish/css/rdoc.css#L166
   width: 260px;
   font-family: Helvetica, sans-serif;
   font-size: 14px;
+  border-right: 1px solid #ccc;
 }
 
 main {
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]