This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9b59004b4 Fix css
new ccf8b4417 Merge branch 'asf-site' of
https://gitbox.apache.org/repos/asf/juneau-website.git into asf-site
9b59004b4 is described below
commit 9b59004b4785ddeb24d5d60a35c283f9e03c6a1f
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jul 4 15:52:57 2022 -0400
Fix css
---
content/styles/juneau-code.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/styles/juneau-code.css b/content/styles/juneau-code.css
index e1f172e03..b597b4c07 100644
--- a/content/styles/juneau-code.css
+++ b/content/styles/juneau-code.css
@@ -91,7 +91,7 @@ bc {
p.bcode,p.bjava,p.bjson,p.bxml,p.bini,p.buon,p.burlenc,p.bconsole,p.bschema,
div.bcode,div.bjava,div.bjson,div.bxml,div.bini,div.buon,div.burlenc,div.bconsole,div.bschema
{
border-left: 3px solid #4c6b87;
- margin: 0px 20px;
+ margin: 0px 20px 5px 20px;
overflow: hidden;
background-color: #f8f8f8;
}
@@ -108,6 +108,7 @@ dd p.bschema, dd div.bschema,
dd p.bconsole, dd div.bconsole {
margin-left:0px;
margin-right:20px;
+ margin-bottom:5px;
}
/* Override padding bottom in javadoc comments. */