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
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-10-03 01:18:57 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-10-03 01:18:57 +0300
commit84dc9ffbacee52c27f06b39e1eb03a4e55b28d53 (patch)
tree431c8667b52e0e05a34c3a14c1ec96be9c945452 /css/fork-awesome.css
parented41b5ac2ae1d4e4cd48fc811c74844298bad624 (diff)
Adds a `sync` alias to `refresh` icon. Fixes #115
Diffstat (limited to 'css/fork-awesome.css')
-rw-r--r--css/fork-awesome.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/fork-awesome.css b/css/fork-awesome.css
index 13543a449..735ad8af7 100644
--- a/css/fork-awesome.css
+++ b/css/fork-awesome.css
@@ -282,6 +282,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-repeat:before {
content: "\f01e";
}
+.fa-sync:before,
.fa-refresh:before {
content: "\f021";
}