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-14 19:51:54 +0300
committerJarek Ostrowski <jarek.j.ostrowski@gmail.com>2018-05-14 19:51:54 +0300
commit515fd6220728470f6590a1e027f2929549bcbad9 (patch)
treeb44fd80430b91923003ac0aac1ab663e9b445e5b /layouts
parent06f9f044db22afb891181ccfcd44d5705afdfb0a (diff)
Change wordmark logo in docs
Diffstat (limited to 'layouts')
-rw-r--r--layouts/header.html6
-rw-r--r--layouts/landing-header.html4
2 files changed, 5 insertions, 5 deletions
diff --git a/layouts/header.html b/layouts/header.html
index 00e27440..6a5141f2 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -1,7 +1,7 @@
<div class="header">
- <a href="/">
- <img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>" width="50" />
- <p>GitLab Documentation</p>
+ <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>
</a>
<div class="nav-container">
<a class="nav-toggle" id="docs-nav-toggle">
diff --git a/layouts/landing-header.html b/layouts/landing-header.html
index ae58144a..e21bc915 100644
--- a/layouts/landing-header.html
+++ b/layouts/landing-header.html
@@ -4,10 +4,10 @@
<p>GitLab <strong>Docs</strong></p>
</a>
<nav class="nav-container">
- <a class="header-link nav-item flex-container justify-center align-center" href="/ee">
+ <a class="header-link nav-item flex-container justify-center align-center" href="/ee/README.html">
<p>GitLab</p>
</a>
- <a class="header-link nav-item flex-container justify-center align-center" href="/omnibus">
+ <a class="header-link nav-item flex-container justify-center align-center" href="/omnibus/README.html">
<p>Omnibus</p>
</a>
<a class="header-link nav-item flex-container justify-center align-center" href="/runner">