Removed bad char in _type.scss

This commit is contained in:
Max Lynch
2013-11-20 08:37:37 -06:00
parent 2ba863f469
commit f0caee3c6f
2 changed files with 4 additions and 4 deletions

6
dist/css/ionic.css vendored
View File

@ -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; }
/**

View File

@ -168,7 +168,7 @@ address {
// Links
// -------------------------
a.subdued {
a.subdued {
padding-right:10px;
color: $stable;
text-decoration: none;