Fixes trailing spaces
This commit is contained in:
parent
b763d0a5f2
commit
33a00dddb6
@ -9,6 +9,16 @@
|
||||
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) { %>
|
||||
<%= '/* SG' %>
|
||||
<%= '# 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;
|
||||
}
|
||||
|
||||
.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
|
||||
# Icon font/Clock
|
||||
@ -930,13 +940,3 @@
|
||||
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