Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2020-06-10 21:24:44 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2020-06-10 21:24:44 +0300
commit8c73f16ee2d1f61f30e4651e6c67b013b2d74c90 (patch)
tree8a7f21b0558c18fd8167df2e4ca1de2290fff72a /css
parent013f290c40a8e2b354e2f1a971c570a9b754adcd (diff)
Updates all the packages related to less for security reasons
Diffstat (limited to 'css')
-rw-r--r--css/fork-awesome.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/css/fork-awesome.css b/css/fork-awesome.css
index 5c46971e7..8455935e3 100644
--- a/css/fork-awesome.css
+++ b/css/fork-awesome.css
@@ -69,9 +69,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
left: -1.85714286em;
}
.fa-border {
- padding: .2em .25em .15em;
+ padding: 0.2em 0.25em 0.15em;
border: solid 0.08em #eee;
- border-radius: .1em;
+ border-radius: 0.1em;
}
.fa-pull-left {
float: left;
@@ -80,10 +80,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
float: right;
}
.fa.fa-pull-left {
- margin-right: .3em;
+ margin-right: 0.3em;
}
.fa.fa-pull-right {
- margin-left: .3em;
+ margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
@@ -93,10 +93,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
float: left;
}
.fa.pull-left {
- margin-right: .3em;
+ margin-right: 0.3em;
}
.fa.pull-right {
- margin-left: .3em;
+ margin-left: 0.3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;