From 36a5693cb0fcc71a33826d62e39cee235039be69 Mon Sep 17 00:00:00 2001 From: Eric Peters Date: Wed, 29 Mar 2017 08:36:32 -0700 Subject: [PATCH] Remove vertical-align css override (#235) (#361) --- tasks/templates/bem.css | 1 - tasks/templates/bootstrap.css | 1 - 2 files changed, 2 deletions(-) diff --git a/tasks/templates/bem.css b/tasks/templates/bem.css index 82598d5..3098fe9 100644 --- a/tasks/templates/bem.css +++ b/tasks/templates/bem.css @@ -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; diff --git a/tasks/templates/bootstrap.css b/tasks/templates/bootstrap.css index 2b73847..dfe9b20 100644 --- a/tasks/templates/bootstrap.css +++ b/tasks/templates/bootstrap.css @@ -29,7 +29,6 @@ .ligature-icons<% } %> { font-family:"<%= fontFamilyName %>"; display:inline-block; - vertical-align:middle; line-height:1; font-weight:normal; font-style:normal;