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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e4cd67eaa [CSS] added class for doc icons
     new 4c42efb16 Merge pull request #159 from bamaer/master
e4cd67eaa is described below

commit e4cd67eaaf918a3efd87a1694c8a14277f85bd34
Author: Bart Maertens <[email protected]>
AuthorDate: Wed Jul 20 10:47:33 2022 +0200

    [CSS] added class for doc icons
---
 antora-ui-hop/src/css/base.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/antora-ui-hop/src/css/base.css b/antora-ui-hop/src/css/base.css
index 7db826a4c..ebdb50ac5 100644
--- a/antora-ui-hop/src/css/base.css
+++ b/antora-ui-hop/src/css/base.css
@@ -99,8 +99,9 @@ mark {
   text-align: center;
 }
 
-.image-bottom-align img {
-  vertical-align: bottom;
+.image-doc-icon img {
+  vertical-align: middle;
+  width: 45pt;
 }
 
 table.table-no-borders > tbody > tr > td {

Reply via email to