Referencing included /docs/ and /javadoc/ in root index.html
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
24b0f1989e
commit
22a810debf
|
@ -46,10 +46,15 @@
|
||||||
<h2>information</h2>
|
<h2>information</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.eclipse.org/jetty/">Jetty Homepage</a></li>
|
<li><a href="https://www.eclipse.org/jetty/">Jetty Homepage</a></li>
|
||||||
<li><a href="https://www.eclipse.org/jetty/documentation/current">Jetty Documentation</a></li>
|
<li><a href="https://www.eclipse.org/jetty/documentation/">Jetty Documentation Hub</a></li>
|
||||||
<li><a href="/proxy/current/">Javadoc</a> (via transparent proxy)</li>
|
<li><a href="/proxy/current/">Javadoc</a> (via transparent proxy)</li>
|
||||||
<li><a
|
<li><a href="https://www.eclipse.org/jetty/powered">Jetty Powered</a></li>
|
||||||
href="https://www.eclipse.org/jetty/powered">Jetty Powered</a></li>
|
<li>Optional content found only in<br><code>jetty-home-<ver>-with-docs.zip</code>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/docs/">Jetty Documentation</a></li>
|
||||||
|
<li><a href="/javadoc/">Javadoc</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
@ -1,17 +1,21 @@
|
||||||
BODY
|
body
|
||||||
{
|
{
|
||||||
font-family: Arial, Verdana, Helvetica, sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: #FFFFFF;
|
background-color: white;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code
|
||||||
|
{
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
img
|
img
|
||||||
{
|
{
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div#header
|
div#header
|
||||||
{
|
{
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -26,7 +30,6 @@ div#header
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div#content
|
div#content
|
||||||
{
|
{
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -75,6 +78,21 @@ div#links h1,h2,p
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#links ul
|
||||||
|
{
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#links li
|
||||||
|
{
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#links code
|
||||||
|
{
|
||||||
|
font-size: 9pt;
|
||||||
|
}
|
||||||
|
|
||||||
div#links h2
|
div#links h2
|
||||||
{
|
{
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
|
|
Loading…
Reference in New Issue