mirror of
https://github.com/redmine/redmine.git
synced 2026-04-13 07:58:18 +02:00
Add blockquote formatting in CommonMark wiki help pages (#43930).
Patch by Holger Just (user:hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@24563 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -58,6 +58,8 @@ table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; margin
|
||||
table.sample th, table.sample td { border: solid 1px var(--oc-gray-5); padding: 4px; block-size: 1em; }
|
||||
table.list td { background-color: var(--oc-gray-0); 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 }
|
||||
|
||||
Reference in New Issue
Block a user