From ce23180756b76a8e76358c05d4644bc05d71c63b Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 9 Apr 2026 05:15:27 +0000 Subject: [PATCH] Merged rr24563 from trunk to 6.0-stable (#43930). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@24568 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/wiki_syntax_detailed.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/wiki_syntax_detailed.css b/app/assets/stylesheets/wiki_syntax_detailed.css index e90279641..3112bec77 100644 --- a/app/assets/stylesheets/wiki_syntax_detailed.css +++ b/app/assets/stylesheets/wiki_syntax_detailed.css @@ -54,6 +54,8 @@ table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; margin table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } table.list td { background-color: #f5f5f5; vertical-align: middle; padding: 0.3em;} +blockquote { font-style: italic; border-inline-start: 3px solid var(--oc-gray-3); padding-inline-start: 0.6em; margin-inline-start: 0;} + .syntaxhl .c1 { color: #888888 } .syntaxhl .k { color: #008800; font-weight: bold } .syntaxhl .nc { color: #BB0066; font-weight: bold }