]> _ Git - physioassist.git/commitdiff
Small fix to .jgroup (justified blocks) CSS that was breaking in some versions of...
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 24 Apr 2015 14:10:39 +0000 (14:10 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 24 Apr 2015 14:10:39 +0000 (14:10 +0000)
less/_utilities.less
less/contact.less

index e2d906eb4f4a0facce235de54859ee5c7a90f565..635b7ef1d0c35265e25873b0b5e582b6c635bd75 100644 (file)
@@ -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: '';
index a073acb514429900e85e1fb2e52ebfac1c6623b4..a001843736c21af6787dd1a57f3c7049f9e1584d 100644 (file)
@@ -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