mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
changed mdash to unicode character to help some users with encoding errors
This commit is contained in:
parent
2f7ab55f9a
commit
d39ec5fffe
@ -107,7 +107,7 @@ blockquote {
|
|||||||
cite {
|
cite {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
a { color: $text-color-light !important; word-wrap: break-word; }
|
a { color: $text-color-light !important; word-wrap: break-word; }
|
||||||
&:before { content: '–'; padding:{right: .3em; left: .3em;} color: $text-color-light; }
|
&:before { content: '\2014'; padding:{right: .3em; left: .3em;} color: $text-color-light; }
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user