mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix blockquote bug
This commit is contained in:
parent
5144d1dac0
commit
0ab2b57b66
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ blockquote {
|
|||
margin: 1.5em 10px;
|
||||
padding: 0.5em 10px;
|
||||
quotes: "\201C""\201D""\2018""\2019";
|
||||
overflow: auto;
|
||||
}
|
||||
blockquote:before {
|
||||
color: #ccc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue