Fix l'overflow de la décoration du blockquote.

This commit is contained in:
skullmasher 2016-10-27 17:53:42 +02:00
parent b244052b8d
commit a444e8067b
3 changed files with 6 additions and 2 deletions

View file

@ -50,6 +50,8 @@ blockquote {
blockquote::before {
content: "\201C";
position: absolute;
height: 30px;
overflow: hidden;
left: 0;
top: 0;
font-family: georgia, serif;