Browse Source

changed mdash to unicode character to help some users with encoding errors

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
b42a7f87dc
  1. 2
      .themes/classic/sass/base/_typography.scss

2
.themes/classic/sass/base/_typography.scss

@ -107,7 +107,7 @@ blockquote {
cite {
font-style: italic;
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) {
padding-left: 1.5em;

Loading…
Cancel
Save