Browse code

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

Brandon Mathis authored on 02/08/2011 at 04:55:28
Showing 1 changed files
... ...
@@ -107,7 +107,7 @@ blockquote {
107 107
   cite {
108 108
     font-style: italic;
109 109
     a { color: $text-color-light !important; word-wrap: break-word; }
110
-    &:before { content: '–'; padding:{right: .3em; left: .3em;} color: $text-color-light; }
110
+    &:before { content: '\2014'; padding:{right: .3em; left: .3em;} color: $text-color-light; }
111 111
   }
112 112
   @media only screen and (min-width: 992px) {
113 113
     padding-left: 1.5em;