mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Add blockquote style
This commit is contained in:
parent
40d4743b83
commit
c163d4b442
1 changed files with 5 additions and 0 deletions
|
@ -5,3 +5,8 @@
|
||||||
#notes img {
|
#notes img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
padding-left: 2em;
|
||||||
|
border-left: solid #d5d5d5 4px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue