From 923bdc6ac43489eb9843e0a700dd1aed9d157c22 Mon Sep 17 00:00:00 2001 From: Martii Date: Tue, 21 Oct 2014 00:07:42 -0600 Subject: [PATCH] Inherit font size from container to match font-awesome default CSS rule Applies to #381 and #186 --- public/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/common.css b/public/css/common.css index aac39d2e3..903544a9e 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -295,5 +295,5 @@ a.panel-heading { } .octicon { - font-size: 14px; + font-size: inherit; }