From f0caee3c6f6981d856913eb7318e8ec098b67799 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 20 Nov 2013 08:37:37 -0600 Subject: [PATCH] Removed bad char in _type.scss --- dist/css/ionic.css | 6 +++--- scss/_type.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 7bfec377e9..4227a4f852 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -643,13 +643,13 @@ address { font-style: normal; line-height: 1.42857; } -a.subdued‎ { +a.subdued { padding-right: 10px; color: #f8f8f8; text-decoration: none; } - a.subdued‎:hover { + a.subdued:hover { text-decoration: none; } - a.subdued‎:last-child { + a.subdued:last-child { padding-right: 0; } /** diff --git a/scss/_type.scss b/scss/_type.scss index a09d4a2b03..27d4981e8a 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -168,7 +168,7 @@ address { // Links // ------------------------- -a.subdued‎ { +a.subdued { padding-right:10px; color: $stable; text-decoration: none;