From 2facfbe1d5936c0813c475c1ab8b09d8f5136e7a Mon Sep 17 00:00:00 2001 From: Chandan Deep Date: Sat, 27 Jul 2019 16:58:14 +0530 Subject: [PATCH] Removed Zero (0) No need to write the 0 if we are using the unit with points. --- css/all.css | 4 ++-- css/fontawesome.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/all.css b/css/all.css index 33611ba4e..ec8fbb7ac 100644 --- a/css/all.css +++ b/css/all.css @@ -17,7 +17,7 @@ .fa-lg { font-size: 1.33333em; - line-height: 0.75em; + line-height: .75em; vertical-align: -.0667em; } .fa-xs { @@ -75,7 +75,7 @@ line-height: inherit; } .fa-border { - border: solid 0.08em #eee; + border: solid .08em #eee; border-radius: .1em; padding: .2em .25em .15em; } diff --git a/css/fontawesome.css b/css/fontawesome.css index 1d2b35f21..4382fccde 100644 --- a/css/fontawesome.css +++ b/css/fontawesome.css @@ -17,7 +17,7 @@ .fa-lg { font-size: 1.33333em; - line-height: 0.75em; + line-height: .75em; vertical-align: -.0667em; } .fa-xs { @@ -75,7 +75,7 @@ line-height: inherit; } .fa-border { - border: solid 0.08em #eee; + border: solid .08em #eee; border-radius: .1em; padding: .2em .25em .15em; }