You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/30 01:36:02 UTC

[isis-antora] 01/04: tweaks

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-antora.git

commit cd6bda25acc6444fe26390eec4ea8ae9dfd9faca
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 30 01:20:02 2020 +0000

    tweaks
---
 build/ui-bundle.zip             | Bin 314937 -> 314936 bytes
 preview-src/about.adoc          |   2 +-
 src/css/doc.css                 |  13 ++++++++++++-
 src/css/extensions/tweaks.css   |   6 ++++++
 src/css/menu-styling.css        |   2 +-
 src/partials/header-content.hbs |   7 +++----
 6 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index a70a354..3f20203 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/preview-src/about.adoc b/preview-src/about.adoc
index b25fd04..fd29a5d 100644
--- a/preview-src/about.adoc
+++ b/preview-src/about.adoc
@@ -78,7 +78,7 @@ _Resources_
 
 
 * *xref:toc:devguide:about.adoc[Developers' Guide]*
-* xref:toc:mavendeps:about.adoc[Maven dependencies]
+* xref:starters:mavendeps:about.adoc[Maven dependencies]
 * link:https://cwiki.apache.org/confluence/display/ISIS/Index[ASF Wiki]
 * link:https://stackoverflow.com/questions/tagged/isis[Stack Overflow]
 * link:https://twitter.com/ApacheIsis[Twitter]
diff --git a/src/css/doc.css b/src/css/doc.css
index 551860d..cf69cc3 100644
--- a/src/css/doc.css
+++ b/src/css/doc.css
@@ -22,11 +22,22 @@
 .doc h5,
 .doc h6 {
   color: var(--heading-font-color);
-  font-weight: var(--heading-font-weight);
   line-height: 1.3;
   margin: 1rem 0 0;
 }
 
+.doc h1 {
+  font-weight: bolder;
+}
+
+.doc h2,
+.doc h3,
+.doc h4,
+.doc h5,
+.doc h6 {
+  font-weight: var(--heading-font-weight);
+}
+
 .doc > h1.page:first-child {
   font-size: calc(36 / var(--rem-base) * 1rem);
   margin: 1.5rem 0;
diff --git a/src/css/extensions/tweaks.css b/src/css/extensions/tweaks.css
index a1fb0aa..7fbbe0c 100644
--- a/src/css/extensions/tweaks.css
+++ b/src/css/extensions/tweaks.css
@@ -2,3 +2,9 @@
   padding-top: 5px;
   vertical-align: top;
 }
+
+.doc .image > img,
+.doc .imageblock img {
+  border: thin solid #3c76bd;
+  padding: 10px;
+}
diff --git a/src/css/menu-styling.css b/src/css/menu-styling.css
index 6398287..df814dc 100644
--- a/src/css/menu-styling.css
+++ b/src/css/menu-styling.css
@@ -19,7 +19,7 @@ span.navbar-item {
 }
 
 a.navbar-item > span.icon {
-  margin-left: 60px;
+  margin-left: 100px;
   margin-right: 10px;
 }
 
diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs
index 7dcb089..599c337 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -33,16 +33,15 @@
             <span class="navbar-item navbar-heading">Core</span>
             <a class="navbar-item" href="{{siteRootPath}}/userguide/about.html">User Guide</a>
             <a class="navbar-item" href="{{siteRootPath}}/refguide/about.html">Reference Guide</a>
+            <hr class="navbar-divider"/>
+            <span class="navbar-item navbar-heading">Development</span>
+            <a class="navbar-item" href="{{siteRootPath}}/toc/devguide/about.html">Developers' Guide</a>
             <a class="navbar-item" href="{{siteRootPath}}/testing/about.html">Testing Guide</a>
             <hr class="navbar-divider"/>
             <span class="navbar-item navbar-heading">Libraries</span>
             <a class="navbar-item" href="{{siteRootPath}}/subdomain/about.html">Subdomain Libraries</a>
             <a class="navbar-item" href="{{siteRootPath}}/valuetypes/about.html">Value Types</a>
             <a class="navbar-item" href="{{siteRootPath}}/mappings/about.html">Bounded Context Mapping Libraries</a>
-            <hr class="navbar-divider"/>
-            <span class="navbar-item navbar-heading">Resources</span>
-            <a class="navbar-item" href="{{siteRootPath}}/toc/devguide/about.html">Developers' Guide</a>
-            <a class="navbar-item" href="{{siteRootPath}}/toc/mavendeps/about.html">Maven dependencies</a>
           </div>
         </div>
         <div class="navbar-item has-dropdown is-hoverable">