Style citations within blockquotes

This commit is contained in:
Benjamin Melançon 2015-07-31 08:34:10 -04:00
parent 64f20c403d
commit 57e6259b5c

View file

@ -57,6 +57,18 @@ cite {
bottom: 0; bottom: 0;
} }
blockquote cite {
color: inherit;
display: block;
position: relative;
text-align: right;
padding-right: 1em;
}
blockquote cite::before {
content: "—";
}
a:link, a:link,
a:visited { a:visited {
color: #99CCFF; color: #99CCFF;