You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2021/05/16 21:30:47 UTC

[incubator-annotator-website] 02/04: tiny fixes

This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git

commit c4e0728a595cd8e20bfd5ffb15a9a10391c27f6a
Author: Gerben <ge...@treora.com>
AuthorDate: Sat May 15 18:26:02 2021 +0200

    tiny fixes
---
 src/_includes/docs_nav.hbs | 4 +---
 src/_layouts/docs.hbs      | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/_includes/docs_nav.hbs b/src/_includes/docs_nav.hbs
index c25703b..29cc66d 100644
--- a/src/_includes/docs_nav.hbs
+++ b/src/_includes/docs_nav.hbs
@@ -5,7 +5,5 @@
 <nav class="ui secondary stackable pointing menu" style="justify-content: center;">
   <a href="/docs/" class="{{#if isDocsIndex}}active {{/if}}item">Overview</a>
   <a href="/docs/getting-started" class="{{#if isGettingStarted}}active {{/if}}item">Getting Started</a>
-  <div class="ui secondary menu">
-    <a href="/docs/api/" class="{{#if isApiReference}}active {{/if}}item">API reference</a>
-  </div>
+  <a href="/docs/api/" class="{{#if isApiReference}}active {{/if}}item">API reference</a>
 </nav>
diff --git a/src/_layouts/docs.hbs b/src/_layouts/docs.hbs
index 4c3c2c6..5d9a68f 100644
--- a/src/_layouts/docs.hbs
+++ b/src/_layouts/docs.hbs
@@ -6,7 +6,7 @@ isDocs: true
 {{> docs_nav }}
 
 <main class="ui basic segment container">
-  <h1>{{title}}</h1>
+  <h1 style="margin-bottom: 2rem">{{title}}</h1>
   <div class="ui mobile reversed stackable grid">
     <div class="twelve wide column">
       {{{content}}}