From 884380c6ff369916b502016f8926d6c7681f3ac0 Mon Sep 17 00:00:00 2001 From: frankiefu Date: Thu, 10 Apr 2014 15:50:41 -0700 Subject: [PATCH] put back vertical-align: middle since this seems to be common; can override if needed --- core-icon.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core-icon.css b/core-icon.css index 1c4fbd0..823269e 100644 --- a/core-icon.css +++ b/core-icon.css @@ -7,6 +7,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN :host { display: inline-block; + vertical-align: middle; cursor: pointer; background-repeat: no-repeat; }