You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by wa...@apache.org on 2021/06/14 21:32:19 UTC

[chemistry-site] 05/08: more css for code blocks. Also fix img layout

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/chemistry-site.git

commit bf7efadbc8a77942660e82a604ac31f2b55f90c0
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Mon Jun 14 13:37:24 2021 -0700

    more css for code blocks. Also fix img layout
---
 content/java/developing/guide.md | 1 +
 content/resources/site.css       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/content/java/developing/guide.md b/content/java/developing/guide.md
index cf6eec2..33c89a9 100644
--- a/content/java/developing/guide.md
+++ b/content/java/developing/guide.md
@@ -518,6 +518,7 @@ no objects are deleted. In other repositories a failed delete may have deleted s
 CMIS provides several concepts for navigating through the tree of objects in the repository. For any folder, 
 you can get its children, get its descendants, and get the folder tree. The getting started sample application sets
 up a tree in the repository that looks like this:-
+
 <img src="images/FileTree.png" />
 
 The following snippet from the getting started sample will print out the children of a folder :-
diff --git a/content/resources/site.css b/content/resources/site.css
index 36c76da..6b86fec 100644
--- a/content/resources/site.css
+++ b/content/resources/site.css
@@ -235,6 +235,7 @@ code {
     margin-bottom: 5px;
     margin-right: 5px;
     text-align: left;
+    display: block;
 }
 
 .helpheading {