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
This commit is contained in:
Go MAEDA
2026-04-09 05:15:27 +00:00
parent 26e2766321
commit ce23180756

View File

@@ -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 }