Skip to content
Snippets Groups Projects
Commit 45e321f9 authored by rhenck's avatar rhenck
Browse files

Add blockquote margins for the player as well

See 5ff73e14
parent 72d7afd5
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ body.inheritCursors * {
blockquote {
quotes: "\201E" "\201C";
text-indent: -1em;
margin-top: 20px;
margin-bottom: 20px;
}
blockquote:before {
......@@ -18,6 +20,7 @@ blockquote:before {
font-size: 2.5em;
padding-right: 3px;
font-family: 'PT Sans', sans-serif;
line-height: 0;
}
blockquote:after {
......@@ -27,6 +30,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