Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
more css for code blocks. Also fix img layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dave2wave committed Jun 14, 2021
1 parent 678cb81 commit bf7efad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/java/developing/guide.md
Expand Up @@ -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 :-
Expand Down
1 change: 1 addition & 0 deletions content/resources/site.css
Expand Up @@ -235,6 +235,7 @@ code {
margin-bottom: 5px;
margin-right: 5px;
text-align: left;
display: block;
}

.helpheading {
Expand Down

0 comments on commit bf7efad

Please sign in to comment.