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; }