mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-17 15:51:08 +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;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pmx-md blockquote {
|
||||||
|
border-left: 1px solid #666666;
|
||||||
|
padding-left: 4px;
|
||||||
|
margin: 10px 2ch;
|
||||||
|
}
|
||||||
|
|
||||||
/* markdown tables */
|
/* markdown tables */
|
||||||
.pmx-md table {
|
.pmx-md table {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user