Removed Zero (0)

No need to write the 0 if we are using the unit with points.
This commit is contained in:
Chandan Deep 2019-07-27 16:58:14 +05:30
parent 7f71046744
commit 2facfbe1d5
2 changed files with 4 additions and 4 deletions

View File

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

4
css/fontawesome.css vendored
View File

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