You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/10/04 14:36:09 UTC

[juneau-website] branch asf-site updated: Fix table on about page.

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 990758d  Fix table on about page.
990758d is described below

commit 990758dfabfaa0cb28cba1be00f486081464c12b
Author: JamesBognar <ja...@apache.org>
AuthorDate: Fri Oct 4 10:35:56 2019 -0400

    Fix table on about page.
---
 content/about.html   | 4 ++--
 templates/about.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/about.html b/content/about.html
index 7f18efb..ffa38b1 100644
--- a/content/about.html
+++ b/content/about.html
@@ -35,7 +35,7 @@
 				<th>Group</th><th>Component</th><th>Description</th>
 			</tr>
 			<tr class='dark bb'>
-				<td rowspan="5" style='text-align:center;font-weight:bold;padding:20px;' class='code'>juneau-core</td>
+				<td rowspan="4" style='text-align:center;font-weight:bold;padding:20px;' class='code'>juneau-core</td>
 				<td class='code'><a class='doclink' href='http://juneau.apache.org/site/apidocs-8.1.1/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
 				<td>
 					A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework with no external library dependencies.
@@ -60,7 +60,7 @@
 				</td>
 			</tr>
 			<tr class='light bb'>
-				<td rowspan="4" style='text-align:center;font-weight:bold;padding:20px;' class='code'>juneau-rest</td>
+				<td rowspan="2" style='text-align:center;font-weight:bold;padding:20px;' class='code'>juneau-rest</td>
 				<td class='code'><a class='doclink' href='http://juneau.apache.org/site/apidocs-8.1.1/overview-summary.html##juneau-rest-server'>juneau-rest-server</a></td>
 				<td>
 					A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply deployed as 
diff --git a/templates/about.html b/templates/about.html
index 6e8c4aa..09c8b14 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -35,7 +35,7 @@
 				<th>Group</th><th>Component</th><th>Description</th>
 			</tr>
 			<tr class='dark bb'>
-				<td rowspan="5" style='text-align:center;font-weight:bold;padding:20px;' class='code'>juneau-core</td>
+				<td rowspan="4" style='text-align:center;font-weight:bold;padding:20px;' class='code'>juneau-core</td>
 				<td class='code'><a class='doclink' href='http://juneau.apache.org/site/apidocs-{@property juneauVersion}/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
 				<td>
 					A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework with no external library dependencies.
@@ -60,7 +60,7 @@
 				</td>
 			</tr>
 			<tr class='light bb'>
-				<td rowspan="4" style='text-align:center;font-weight:bold;padding:20px;' class='code'>juneau-rest</td>
+				<td rowspan="2" style='text-align:center;font-weight:bold;padding:20px;' class='code'>juneau-rest</td>
 				<td class='code'><a class='doclink' href='http://juneau.apache.org/site/apidocs-{@property juneauVersion}/overview-summary.html##juneau-rest-server'>juneau-rest-server</a></td>
 				<td>
 					A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply deployed as