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:
authorJarek Ostrowski <jarek.j.ostrowski@gmail.com>2018-05-11 20:42:07 +0300
committerJarek Ostrowski <jarek.j.ostrowski@gmail.com>2018-05-11 20:42:07 +0300
commite886ee8bdc7b9757c0be88aa482e2c9929a8c1cc (patch)
treedfd814d4c1f532b23c7670246e2f88a92fda7a79 /layouts
parent38d7a32e33bde8683b6284aa3156d24382ed8dfc (diff)
Fix lint issues
Diffstat (limited to 'layouts')
-rw-r--r--layouts/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/header.html b/layouts/header.html
index fd924a7f..0cda89d4 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -1,4 +1,4 @@
-<div class="header" id="landing-header-bar">
+<div class="landing-header-top" id="landing-header-bar">
<a class="header-link logo-container flex-container justify-center align-center" href="/">
<img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>" class="logo" />
<p>GitLab <strong>Docs</strong></p>