Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 884a11c51 -> ec337c3af
Minor tweaks. 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/ec337c3a Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/ec337c3a Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/ec337c3a Branch: refs/heads/asf-site Commit: ec337c3affffcd90d2cde9bca1560b0b09adcea7 Parents: 884a11c Author: jamesbognar <[email protected]> Authored: Tue Aug 9 17:28:45 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Tue Aug 9 17:28:45 2016 -0400 ---------------------------------------------------------------------- content/sourceCode.html | 2 +- content/styles/juneau-doc.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/ec337c3a/content/sourceCode.html ---------------------------------------------------------------------- diff --git a/content/sourceCode.html b/content/sourceCode.html index e1810d8..c127e58 100644 --- a/content/sourceCode.html +++ b/content/sourceCode.html @@ -22,7 +22,7 @@ </ul> <h5 class='toc'>Builds</h5> <ul class='spaced-list'> - <li><a href='https://builds.apache.org/job/Juneau-Java-1.7'>Jenkins</a> - <a href='https://builds.apache.org/job/Juneau-Java-1.7/'><img src='https://builds.apache.org/job/Juneau-Java-1.7/badge/icon'></a> + <li><a class='doclink' href='https://builds.apache.org/job/Juneau-Java-1.7'>Jenkins</a> <a href='https://builds.apache.org/job/Juneau-Java-1.7/'><img src='https://builds.apache.org/job/Juneau-Java-1.7/badge/icon'></a> </ul> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/ec337c3a/content/styles/juneau-doc.css ---------------------------------------------------------------------- diff --git a/content/styles/juneau-doc.css b/content/styles/juneau-doc.css index c6c5a6e..c3a8273 100644 --- a/content/styles/juneau-doc.css +++ b/content/styles/juneau-doc.css @@ -33,6 +33,8 @@ * <property> - A property. **********************************************************************************/ +body { font-family: sans-serif; } + property { font-size: 9pt; white-space: pre;
