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 7c43a6014 Fix css.
7c43a6014 is described below
commit 7c43a6014ea55b7780d6459f0114e6f4d62fab7c
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jul 4 15:26:00 2022 -0400
Fix css.
---
content/styles/juneau-code.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/styles/juneau-code.css b/content/styles/juneau-code.css
index f899d9cc9..e1f172e03 100644
--- a/content/styles/juneau-code.css
+++ b/content/styles/juneau-code.css
@@ -91,6 +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;
overflow: hidden;
background-color: #f8f8f8;
}