1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Tweaked blockquote CSS to make it fit more with styling update

This commit is contained in:
Laurent Cozic
2019-02-07 08:23:44 +00:00
parent 029e84f538
commit 6f511cb1e6

View File

@ -608,10 +608,9 @@ class MdToHtml {
}
blockquote {
border-left: 4px solid ` + style.htmlCodeBorderColor + `;
margin-left: 20px;
padding-left: 30px;
background-color: ` + style.htmlCodeBackgroundColor + `;
border-radius: .15em;
padding-left: 1.2em;
margin-left: 0;
opacity: .7;
}
table {
text-align: left-align;