Skip to content
Snippets Groups Projects
Commit 5ff73e14 authored by rhenck's avatar rhenck
Browse files

[editor] Set blockquote top and bottom margins to 20px

The line-height setting on the before and after selectors are so the 
quote does not reserve space.
parent f7c05c2d
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ input[type=color] {
blockquote {
quotes: "\201E" "\201C";
text-indent: -1em;
margin-top: 20px;
margin-bottom: 20px;
}
blockquote:before {
......@@ -51,6 +53,7 @@ blockquote:before {
font-size: 2.5em;
padding-right: 3px;
font-family: 'PT Sans', sans-serif;
line-height: 0;
}
blockquote:after {
......@@ -60,6 +63,7 @@ blockquote:after {
padding-top: 0.3em;
padding-left: 3px;
font-family: 'PT Sans', sans-serif;
line-height: 0;
}
blockquote p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment