From cded93c268bc71818736e49b135e8cac75a66741 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Fri, 24 Apr 2015 14:10:39 +0000 Subject: [PATCH] Small fix to .jgroup (justified blocks) CSS that was breaking in some versions of Internet Explorer because the font size was too small --- less/_utilities.less | 2 +- less/contact.less | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/less/_utilities.less b/less/_utilities.less index e2d906e..635b7ef 100644 --- a/less/_utilities.less +++ b/less/_utilities.less @@ -31,7 +31,7 @@ // Note: elements *must* have whitespace between them or this won't work. No minified HTML. .jgroup { text-align: justify; - font-size: .01px; + font-size: 0.1px; &:after{ content: ''; diff --git a/less/contact.less b/less/contact.less index a073acb..a001843 100644 --- a/less/contact.less +++ b/less/contact.less @@ -42,6 +42,5 @@ display: inline-block; vertical-align: middle; font-size: 16px; // needed to reset .jgroup font-size - margin-right: 20px; // Small margin for browsers that don't support justify spacing trick } } \ No newline at end of file -- 2.39.5