Merge pull request 'Draw side line for blockquote on start' (#933) from ahangarha/Plume:ahangarha-patch-1-blockquote-line into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/933
Reviewed-by: trinity-1686a <trinity-1686a@noreply@joinplu.me>
This commit is contained in:
trinity-1686a 2021-07-13 10:16:26 +00:00
commit d7d6d5f644
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3177,7 +3177,7 @@ dependencies = [
[[package]] [[package]]
name = "pulldown-cmark" name = "pulldown-cmark"
version = "0.8.0" version = "0.8.0"
source = "git+https://git.joinplu.me/Plume/pulldown-cmark?branch=bidi-plume#f485d6bf18921277f493e1300e160b07e3756c3b" source = "git+https://git.joinplu.me/Plume/pulldown-cmark?branch=bidi-plume#58514a67a52d0fa2233160bd0e8933684397bfd6"
dependencies = [ dependencies = [
"bitflags 1.2.1", "bitflags 1.2.1",
"memchr", "memchr",

View File

@ -98,7 +98,7 @@ main article {
} }
blockquote { blockquote {
border-left: 5px solid $gray; border-inline-start: 5px solid $gray;
margin: 1em auto; margin: 1em auto;
padding: 0em 2em; padding: 0em 2em;
} }