Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Remove vertical-align css override (#235) (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
er1c authored and sapegin committed Mar 29, 2017
1 parent fa081a7 commit 36a5693
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tasks/templates/bem.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
font-family:"<%= fontFamilyName %>";
<% if (stylesheet === 'less') { %>}<% } %>
display:inline-block;
vertical-align:middle;
line-height:1;
font-weight:normal;
font-style:normal;
Expand Down
1 change: 0 additions & 1 deletion tasks/templates/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
.ligature-icons<% } %> {
font-family:"<%= fontFamilyName %>";
display:inline-block;
vertical-align:middle;
line-height:1;
font-weight:normal;
font-style:normal;
Expand Down

1 comment on commit 36a5693

@joguerre
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a way to avoid 'vertical-align:middle;' from being rendered, by editing 'webfont.js' task, not editing 'bem.css' or 'bootstrap.css'?

Please sign in to comment.