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 2b526c7 Petstore documentation.
2b526c7 is described below
commit 2b526c7fe38fa9fc8d25bf7e87399e1510b323a8
Author: JamesBognar <[email protected]>
AuthorDate: Mon Sep 9 21:15:56 2019 -0400
Petstore documentation.
---
content/petstore.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/content/petstore.html b/content/petstore.html
index 74b53de..8f13d78 100644
--- a/content/petstore.html
+++ b/content/petstore.html
@@ -14,6 +14,7 @@
@import url("styles/juneau-doc.css");
@import url("../content/styles/juneau-code.css");
@import url("../content/styles/juneau-doc.css");
+ p { max-width: 800px;}
</style>
</head>
<body>
@@ -38,7 +39,7 @@
<p>
The project is broken down into the following subprojects:
</p>
-<ul>
+<ul class='spaced-list'>
<li><c>juneau-petstore-api</c> - Contains the Java interface and DTOs
for the petstore application.
<li><c>juneau-petstore-server</c> - Contains the server-side Java
implementation of the petstore Java interface as a REST resource.
<li><c>juneau-petstore-client</c> - Contains the client-side Java proxy
of the petstore Java interface.
@@ -52,7 +53,6 @@
</p>
<img class='bordered w800' src='petstore/1.png'>
-<hr>
<h5 class='topic'>juneau-petstore-api</h5>
<p>
@@ -147,7 +147,6 @@
to expose server-side details to client-side code. In these examples
however they were combined into the same classes for brevity.
</div>
-<hr>
<h5 class='topic'>juneau-petstore-client</h5>
<p>
@@ -183,7 +182,6 @@
Notice how little code is necessary to construct a remote proxy.
</p>
-<hr>
<h5 class='topic'>juneau-petstore-server</h5>
<p>