Fixes trailing spaces
This commit is contained in:
parent
b763d0a5f2
commit
33a00dddb6
@ -9,6 +9,16 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.iconFont {
|
||||||
|
display: inline-block;
|
||||||
|
font-family: 'CartoIcon';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
<% _.each(glyphs, function(glyph) { %>
|
<% _.each(glyphs, function(glyph) { %>
|
||||||
<%= '/* SG' %>
|
<%= '/* SG' %>
|
||||||
<%= '# Icon font/' + glyph.fileName.split("_")[2] %>
|
<%= '# Icon font/' + glyph.fileName.split("_")[2] %>
|
||||||
@ -21,13 +31,3 @@
|
|||||||
}
|
}
|
||||||
<% }); %>
|
<% }); %>
|
||||||
|
|
||||||
.iconFont {
|
|
||||||
display: inline-block;
|
|
||||||
font-family: 'CartoIcon';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,6 +9,16 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.iconFont {
|
||||||
|
display: inline-block;
|
||||||
|
font-family: 'CartoIcon';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* SG
|
/* SG
|
||||||
# Icon font/Clock
|
# Icon font/Clock
|
||||||
@ -930,13 +940,3 @@
|
|||||||
content: '\E05C';
|
content: '\E05C';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.iconFont {
|
|
||||||
display: inline-block;
|
|
||||||
font-family: 'CartoIcon';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user