This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 32556b7a19d style: improve brodocs style
new 3e8b4e9389b Merge pull request #154 from
SignorMercurio/language-support
32556b7a19d is described below
commit 32556b7a19d2dfa80701c77a6371cdfe2d4b0c9b
Author: Mercurio <[email protected]>
AuthorDate: Thu Jul 28 21:14:46 2022 +0800
style: improve brodocs style
Signed-off-by: Mercurio <[email protected]>
---
site2/website-next/brodocs/stylesheet.css | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/site2/website-next/brodocs/stylesheet.css
b/site2/website-next/brodocs/stylesheet.css
index 61bf3c5dc60..cfceb0d88dd 100644
--- a/site2/website-next/brodocs/stylesheet.css
+++ b/site2/website-next/brodocs/stylesheet.css
@@ -110,7 +110,7 @@ light grey - rgb(161, 160, 158)
body > #wrapper {
display: block;
padding-bottom: 500px;
- background-image: linear-gradient(90deg, #FFFFFF 63%, rgb(48, 48, 48) 63%);
+ /* background-image: linear-gradient(90deg, #FFFFFF 63%, rgb(48, 48, 48)
63%); */
}
#sidebar-wrapper {
@@ -180,8 +180,7 @@ body > #wrapper {
}
.body-content table {
- width: 52%;
- word-break: break-word;
+ width: 100%;
}
.body-content table tr td:not(:first-child) {
@@ -228,8 +227,8 @@ body > #wrapper {
.code-block {
display: none;
width: 45%;
- float: right;
- clear: right;
+ /* float: right;
+ clear: right; */
}
.code-block.active {
@@ -237,6 +236,7 @@ body > #wrapper {
}
#code-tabs-wrapper {
+ display: none;
width: 35%;
height: 60px;
position: fixed;