Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site c09ebf396 -> 6dceff918
Fix spacing Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/6dceff91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/6dceff91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/6dceff91 Branch: refs/heads/asf-site Commit: 6dceff9186eeaea0408e24f3ef9399d799554c35 Parents: c09ebf3 Author: JamesBognar <[email protected]> Authored: Sun Feb 26 19:08:24 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Sun Feb 26 19:08:24 2017 -0500 ---------------------------------------------------------------------- content/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/6dceff91/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 633c2c5..9da8ce0 100644 --- a/content/about.html +++ b/content/about.html @@ -27,7 +27,7 @@ <p> We've strived to keep prerequisites to an absolute minimum. </p> - <ul> + <ul class='spaced-list'> <li>The core serializers and parsers require nothing more than Java 6+. <li>The RDF serializers and parsers require Apache Jena 2.5.1+. <li>The REST server API requires any Servlet 2.4+ container.
