This commit is contained in:
skullmasher 2016-11-01 04:47:03 +01:00
parent aec7fbdd6f
commit fb4b95246f
3 changed files with 8 additions and 8 deletions

View File

@ -659,18 +659,18 @@ sub {
blockquote {
position: relative;
padding-left: 3em; }
padding-left: 3em;
min-height: 2em; }
blockquote::before {
content: "\201C";
position: absolute;
height: 30px;
overflow: hidden;
left: 0;
top: 0;
font-family: georgia, serif;
font-size: 5em;
line-height: 0.9;
height: .4em;
line-height: .9;
color: rgba(0, 0, 0, 0.3); }
blockquote > footer {

File diff suppressed because one or more lines are too long

View File

@ -45,18 +45,18 @@ sub {
blockquote {
position: relative;
padding-left: 3em;
min-height: 2em;
}
blockquote::before {
content: "\201C";
position: absolute;
height: 30px;
overflow: hidden;
left: 0;
top: 0;
font-family: georgia, serif;
font-size: 5em;
line-height: 0.9;
height: .4em;
line-height: .9;
color: rgba(0, 0, 0, .3);
}