mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-17 10:47:23 +00:00
css: markdown: add some nicer blockquote styling
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a610dd9e32
commit
f869d73e50
@ -145,6 +145,12 @@ div.right-aligned {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pmx-md blockquote {
|
||||
border-left: 1px solid #666666;
|
||||
padding-left: 4px;
|
||||
margin: 10px 2ch;
|
||||
}
|
||||
|
||||
/* markdown tables */
|
||||
.pmx-md table {
|
||||
border-spacing: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user