This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7bbe8a7f8 Fix embedded obrbit activity feed closing iframe tag
7bbe8a7f8 is described below
commit 7bbe8a7f852e37c3ba4d755d9ed5f93cce213426
Author: Paul Thomas Au <[email protected]>
AuthorDate: Wed Sep 6 09:00:19 2023 -0700
Fix embedded obrbit activity feed
closing iframe tag
patch by Paul Thomas Au, reviewed by Mick Semb Wever
---
site-content/source/modules/ROOT/pages/index.adoc | 8 ++++----
site-ui/build/ui-bundle.zip | Bin 4881406 -> 4881412
bytes
site-ui/src/css/tt_styles.css | 4 ++++
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/site-content/source/modules/ROOT/pages/index.adoc
b/site-content/source/modules/ROOT/pages/index.adoc
index ddfb6282c..15cb2ae03 100644
--- a/site-content/source/modules/ROOT/pages/index.adoc
+++ b/site-content/source/modules/ROOT/pages/index.adoc
@@ -139,9 +139,9 @@ Cassandra streams data between nodes during scaling
operations such as adding a
== Cassandra Users
Cassandra is used by thousands of companies with large active data sets.
-[openblock, users-section-flex]
+[openblock, users-section-flex py-medium]
--------
-[openblock, w50 home-quotes]
+[openblock, w50 home-quotes full-800 pb-medium]
----------
[openblock, home-quote hidden pa-large text-left ]
------------
@@ -173,10 +173,10 @@ Cassandra is used by thousands of companies with large
active data sets.
----------
// end home quotes w50
-[openblock, w50]
+[openblock, w50 full-800]
----------
++++
-<iframe width="100%" height="500" title="Activity Feed — Powered by Orbit"
src="https://app.orbit.love/apache-cassandra-pmc/embedded/GwluP0" />
+<iframe width="100%" height="500" title="Activity Feed — Powered by Orbit"
src="https://app.orbit.love/apache-cassandra-pmc/embedded/GwluP0"></iframe>
++++
----------
diff --git a/site-ui/build/ui-bundle.zip b/site-ui/build/ui-bundle.zip
index f3f387761..21a8d7c5f 100644
Binary files a/site-ui/build/ui-bundle.zip and b/site-ui/build/ui-bundle.zip
differ
diff --git a/site-ui/src/css/tt_styles.css b/site-ui/src/css/tt_styles.css
index b56caeafa..28610afc2 100644
--- a/site-ui/src/css/tt_styles.css
+++ b/site-ui/src/css/tt_styles.css
@@ -2173,6 +2173,10 @@ p code {
display: inherit;
}
+ .users-section-flex > .content {
+ display: block;
+ }
+
.float50 {
float: none;
width: 100%;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]