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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-03-26 16:37:44 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-03-26 16:37:44 +0300
commitf17cac28736e634ca85844d62a0222bc3dfa1e6d (patch)
tree678a22590b7ee97634252a4eb8c3f8d15f4aaaa6 /layouts/header.html
parentf029befe49b1145ba2d01a538906b7e22aa8d7a1 (diff)
use FontAwesome 4 instead of 5
- Upgrade to 5 breaks a lot of things (https://fontawesome.com/how-to-use/upgrading-from-4#icon-name-changes-c omplete-list). - For now, not worth the change. Reverting to the highest version of FA 4.
Diffstat (limited to 'layouts/header.html')
-rw-r--r--layouts/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/header.html b/layouts/header.html
index ae2341f9..b54acf3c 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -5,7 +5,7 @@
</a>
<div class="nav-container">
<a class="nav-toggle" id="docs-nav-toggle">
- <i class="fas fa-bars"></i>
+ <i class="fa fa-bars" aria-hidden="true"></i>
</a>
<ul class="nav">
<li class="search"><input type="text" class="docsearch" placeholder="Search"></li>