You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/12/05 18:15:07 UTC

[camel-website] 02/03: Added column style for the Camel Core main page

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 8b5e0eff58994e5ae059013d1d786c80f1076093
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Dec 5 13:05:23 2022 +0100

    Added column style for the Camel Core main page
---
 antora-ui-camel/src/css/misc.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/antora-ui-camel/src/css/misc.css b/antora-ui-camel/src/css/misc.css
index 9282b7b5..5979d6ec 100644
--- a/antora-ui-camel/src/css/misc.css
+++ b/antora-ui-camel/src/css/misc.css
@@ -7,3 +7,15 @@
   margin-right: 1rem;
   width: 7rem;
 }
+
+
+.column-camel-core-13 {
+  float: left;
+  width: 33.33%;
+}
+
+.row-camel-core-main:after {
+  content: "";
+  display: table;
+  clear: both;
+}
\ No newline at end of file