Style citations within blockquotes
This commit is contained in:
parent
64f20c403d
commit
57e6259b5c
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue