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 0d138f80d Fix css.
0d138f80d is described below
commit 0d138f80d838681f7f3e456d07ea32f6e94b4bb2
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jul 4 15:38:07 2022 -0400
Fix css.
---
content/styles/juneau-doc.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/styles/juneau-doc.css b/content/styles/juneau-doc.css
index fd2d94621..c96365d8f 100755
--- a/content/styles/juneau-doc.css
+++ b/content/styles/juneau-doc.css
@@ -97,7 +97,7 @@ ul.normal { margin-top:0px; }
ul.normal li { font-size:100%; list-style:disc; }
/*--- Bordered images ---*/
-.bordered { border:1px solid #cccccc; margin:0px 20px; border-radius:10px;
box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.5); }
+.bordered { margin:0px 20px; border-radius:10px; }
ol.toc, ul.toc, .toc ol, .toc ul { background:#dee3e9; margin:0px;
padding:0px; max-width:900px;}
ul.toc, .toc ul { list-style: disc; }