mirror of https://gitlab.com/curben/blog
fix(css): remove <cite> underline
This commit is contained in:
parent
77d29cec6c
commit
bfad7942d3
|
@ -391,10 +391,6 @@ span.index-list-count:after {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article-entry blockquote footer cite a {
|
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article .article-entry blockquote footer cite:before {
|
.article .article-entry blockquote footer cite:before {
|
||||||
content: "—";
|
content: "—";
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
|
|
|
@ -862,10 +862,6 @@ span.index-list-count:after {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article-entry blockquote footer cite a {
|
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article .article-entry blockquote footer cite:before {
|
.article .article-entry blockquote footer cite:before {
|
||||||
content: "—";
|
content: "—";
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue