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/23 22:16:03 UTC

[isis-antora] branch master updated: tweaks positioning of callout items

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


The following commit(s) were added to refs/heads/master by this push:
     new abf8795  tweaks positioning of callout items
abf8795 is described below

commit abf879565d4b704bf585116028d02e0e6d374a89
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 23 22:15:47 2020 +0000

    tweaks positioning of callout items
---
 build/ui-bundle.zip           | Bin 314926 -> 314937 bytes
 src/css/extensions/tweaks.css |   4 ++++
 src/css/site.css              |   1 +
 3 files changed, 5 insertions(+)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index aa17bb1..a70a354 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/src/css/extensions/tweaks.css b/src/css/extensions/tweaks.css
new file mode 100644
index 0000000..a1fb0aa
--- /dev/null
+++ b/src/css/extensions/tweaks.css
@@ -0,0 +1,4 @@
+.doc .colist > table tr > td:first-of-type {
+  padding-top: 5px;
+  vertical-align: top;
+}
diff --git a/src/css/site.css b/src/css/site.css
index dacd01b..aa37855 100644
--- a/src/css/site.css
+++ b/src/css/site.css
@@ -24,3 +24,4 @@
 @import "extensions/colors.css";
 @import "extensions/body.css";
 @import "extensions/footer-content.css";
+@import "extensions/tweaks.css";