This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new e4cac76 Javadocs
e4cac76 is described below
commit e4cac76c30af4fda3b6dd553a07810e8ca81d48a
Author: JamesBognar <[email protected]>
AuthorDate: Thu Sep 13 20:46:29 2018 -0400
Javadocs
---
juneau-doc/src/main/javadoc/javadoc.css | 9 +++++----
juneau-doc/src/main/javadoc/overview.html | 9 +++++----
juneau-doc/src/main/javadoc/resources/juneau-doc.css | 20 ++++++++++++++------
juneau-doc/src/main/resources/overview-template.html | 9 +++++----
4 files changed, 29 insertions(+), 18 deletions(-)
diff --git a/juneau-doc/src/main/javadoc/javadoc.css
b/juneau-doc/src/main/javadoc/javadoc.css
index 15172db..d09733b 100755
--- a/juneau-doc/src/main/javadoc/javadoc.css
+++ b/juneau-doc/src/main/javadoc/javadoc.css
@@ -680,16 +680,17 @@ h5.section {
h1.preview-title {
text-align:center;
- padding:20px;
- border-radius:15px;
+ padding:5px;
+ border-radius:10px;
color: red;
background-color:yellow;
}
h2.preview-section {
text-align:center;
- padding:10px;
- border-radius:15px;
+ padding:5px;
+ border-radius:10px;
+ font-size: 1.2em;
}
.new {
diff --git a/juneau-doc/src/main/javadoc/overview.html
b/juneau-doc/src/main/javadoc/overview.html
index 1de700a..f867827 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -43,10 +43,11 @@
</script>
</head>
<body>
-<h1 class='preview-title'>Apache Juneau 7.2.0 Documentation Preview</h1>
-<h2 class='preview-section todo'>Documentation in progress</h2>
-<h2 class='preview-section new'>New documentation</h2>
-<h2 class='preview-section updated'>Updated documentation</h2>
+<h1 class='title'>Apache Juneau 7.2.0 Documentation</h1>
+<!-- h1 class='preview-title'>Apache Juneau 7.2.0 Documentation Preview</h1-->
+<!-- h2 class='preview-section todo'>Documentation in progress</h2-->
+<h2 class='preview-section new'>New documentation in 7.2.0</h2>
+<h2 class='preview-section updated'>Updated documentation in 7.2.0</h2>
<script type='text/javascript'>
function toggle(x) {
diff --git a/juneau-doc/src/main/javadoc/resources/juneau-doc.css
b/juneau-doc/src/main/javadoc/resources/juneau-doc.css
index ae0c58f..15a0f10 100755
--- a/juneau-doc/src/main/javadoc/resources/juneau-doc.css
+++ b/juneau-doc/src/main/javadoc/resources/juneau-doc.css
@@ -179,6 +179,7 @@ ul.toc,
background: #dee3e9;
margin: 0px;
padding: 0px;
+ max-width: 900px;
}
ul.toc,
@@ -209,7 +210,7 @@ ul.toc div,
p.toc2 {
background-color: #dee3e950;
- border-radius: 0px 15px 15px 0px;
+ border-radius: 0px 10px 10px 0px;
}
/* Linear gradients */
@@ -243,7 +244,7 @@ h5.toc {
color: #2C4557;
margin-bottom: 0px;
padding: 5px 30px;
- border-radius: 15px 15px 15px 0px;
+ border-radius: 10px 10px 10px 0px;
text-decoration: none;
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}
@@ -264,7 +265,7 @@ div.contentContainer > div.block > p:first-child {
margin-top: 0px;
margin-bottom: 0px;
padding: 5px 30px;
- border-radius: 0px 0px 15px 15px;
+ border-radius: 10px;
text-decoration: none;
}
@@ -277,7 +278,7 @@ body > p:first-child {
color: white;
margin-bottom: 0px;
padding: 5px 30px;
- border-radius: 15px;
+ border-radius: 10px;
text-decoration: none;
}
@@ -289,9 +290,16 @@ div.contentContainer > h2:first-of-type {
color: white;
margin-bottom: 0px;
padding: 5px 30px;
- border-radius: 15px 15px 0px 0px;
+ border-radius: 10px;
text-decoration: none;
}
+div.header > div.subTitle > div.block > h1.title {
+ padding: 0px;
+ border-radius: 0px;
+ background: none;
+ margin: 0px;
+ font-size: 1em;
+}
/* Class titles */
h2.title {
@@ -301,7 +309,7 @@ h2.title {
margin-top: 0px;
margin-bottom: 0px;
padding: 5px 30px;
- border-radius: 15px;
+ border-radius: 10px;
text-decoration: none;
}
diff --git a/juneau-doc/src/main/resources/overview-template.html
b/juneau-doc/src/main/resources/overview-template.html
index 94678ac..6aac651 100644
--- a/juneau-doc/src/main/resources/overview-template.html
+++ b/juneau-doc/src/main/resources/overview-template.html
@@ -43,10 +43,11 @@
</script>
</head>
<body>
-<h1 class='preview-title'>Apache Juneau 7.2.0 Documentation Preview</h1>
-<h2 class='preview-section todo'>Documentation in progress</h2>
-<h2 class='preview-section new'>New documentation</h2>
-<h2 class='preview-section updated'>Updated documentation</h2>
+<h1 class='title'>Apache Juneau 7.2.0 Documentation</h1>
+<!-- h1 class='preview-title'>Apache Juneau 7.2.0 Documentation Preview</h1-->
+<!-- h2 class='preview-section todo'>Documentation in progress</h2-->
+<h2 class='preview-section new'>New documentation in 7.2.0</h2>
+<h2 class='preview-section updated'>Updated documentation in 7.2.0</h2>
<script type='text/javascript'>
function toggle(x) {