factor common code

This commit is contained in:
Sam 2014-09-04 13:19:10 +10:00
parent a050fa887f
commit 1f42dda939
1 changed files with 3 additions and 6 deletions

View File

@ -65,7 +65,8 @@ aside.quote {
a {
margin: 0;
}
.back:before
.back:before, .quote-other-topic:before
{
display: inline-block;
margin-left: 8px;
@ -74,13 +75,9 @@ aside.quote {
z-index: 20;
content: "\f062";
}
.quote-other-topic:before
{
display: inline-block;
margin-left: 8px;
font-family: "FontAwesome";
position: relative;
z-index: 20;
content: "\f061";
}
}