This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ef2ebc50c Automated deployment:
4d97cc3dab28602c236aadcffb847cfa90bd99ad
ef2ebc50c is described below
commit ef2ebc50c67809dfd5696bf53d58a04f2b5302d0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 17 05:08:05 2022 +0000
Automated deployment: 4d97cc3dab28602c236aadcffb847cfa90bd99ad
---
python/_static/basic.css | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/python/_static/basic.css b/python/_static/basic.css
index 9039e027c..7d5974c32 100644
--- a/python/_static/basic.css
+++ b/python/_static/basic.css
@@ -236,7 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}
-
a.brackets:before,
span.brackets > a:before{
content: "[";
@@ -247,6 +246,7 @@ span.brackets > a:after {
content: "]";
}
+
h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
@@ -334,14 +334,12 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}
-
-div.admonition, div.topic, aside.topic, blockquote {
+div.admonition, div.topic, blockquote {
clear: left;
}
/* -- topics ----------------------------------------------------------------
*/
-
-div.topic, aside.topic {
+div.topic {
border: 1px solid #ccc;
padding: 7px;
margin: 10px 0 10px 0;
@@ -380,7 +378,6 @@ div.body p.centered {
div.sidebar > :last-child,
aside.sidebar > :last-child,
div.topic > :last-child,
-aside.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}
@@ -388,7 +385,6 @@ div.admonition > :last-child {
div.sidebar::after,
aside.sidebar::after,
div.topic::after,
-aside.topic::after,
div.admonition::after,
blockquote::after {
display: block;