factor common code
This commit is contained in:
parent
a050fa887f
commit
1f42dda939
|
@ -65,7 +65,8 @@ aside.quote {
|
||||||
a {
|
a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.back:before
|
|
||||||
|
.back:before, .quote-other-topic:before
|
||||||
{
|
{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
@ -74,13 +75,9 @@ aside.quote {
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
content: "\f062";
|
content: "\f062";
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-other-topic:before
|
.quote-other-topic:before
|
||||||
{
|
{
|
||||||
display: inline-block;
|
|
||||||
margin-left: 8px;
|
|
||||||
font-family: "FontAwesome";
|
|
||||||
position: relative;
|
|
||||||
z-index: 20;
|
|
||||||
content: "\f061";
|
content: "\f061";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue