Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Jetty"

 
(20 intermediate revisions by 3 users not shown)
Line 40: Line 40:
 
   border-bottom: 1px solid #fff;
 
   border-bottom: 1px solid #fff;
 
}
 
}
 
 
table.jetty-table, .jetty-table table {
 
table.jetty-table, .jetty-table table {
 
   border: 1px solid #aaa;
 
   border: 1px solid #aaa;
Line 60: Line 59:
 
   font-size: 1.1em;
 
   font-size: 1.1em;
 
}
 
}
 
 
#content dl  {
 
#content dl  {
 
   border-left: 1px #aaa solid;
 
   border-left: 1px #aaa solid;
Line 74: Line 72:
 
   border-bottom: none;
 
   border-bottom: none;
 
}
 
}
 
 
#content .narrow-list dl  {
 
#content .narrow-list dl  {
 
   width: 40em;
 
   width: 40em;
Line 80: Line 77:
 
#content .narrow-list dl dt {
 
#content .narrow-list dl dt {
 
   width: 14em;
 
   width: 14em;
   line-height: 1em;
+
   line-height: 1.1em;
 
}
 
}
 
#content .narrow-list dl dd {
 
#content .narrow-list dl dd {
Line 86: Line 83:
 
   padding: 0.5em 1em;
 
   padding: 0.5em 1em;
 
}
 
}
 
 
#content .wide-list dl, #content dl {
 
#content .wide-list dl, #content dl {
 
   width: 80em;
 
   width: 80em;
Line 98: Line 94:
 
   margin: 0 0 0 17em;
 
   margin: 0 0 0 17em;
 
}
 
}
 
 
#content .unbounded-list dl, #content .unbounded-list dl dd, #content .unbounded-list dl dt {
 
#content .unbounded-list dl, #content .unbounded-list dl dd, #content .unbounded-list dl dt {
 
   border: 0 none;
 
   border: 0 none;
 
   width: auto;
 
   width: auto;
 
   padding: 0 0 0 1em;
 
   padding: 0 0 0 1em;
 
 
}
 
}
 
#content .unbounded-list dl dt {
 
#content .unbounded-list dl dt {
 
}
 
}
 
 
#content p  {
 
#content p  {
 
   margin-bottom: 0.5em;
 
   margin-bottom: 0.5em;
 
}
 
}
 
+
#content li  {
 +
  line-height: 1.1em;
 +
}
 
.infobox {
 
.infobox {
 
   padding: 0.5em 1em;
 
   padding: 0.5em 1em;
Line 120: Line 115:
 
</css>
 
</css>
  
<div id="jetty-nav">
 
* {{JettyLink|Starting | Getting Started| {{{tab}}} | starting}}
 
* {{JettyLink|Feature | Feature Guides | {{{tab}}} | features }}
 
* {{JettyLink|Tutorial | Tutorials | {{{tab}}} | tutorials}}
 
* {{JettyLink|Howto| How Tos | {{{tab}}} | how-tos }}
 
* {{JettyLink|Reference | References  | {{{tab}}} | references }}
 
* {{JettyLink|FAQ | | {{{tab}}} | faq }}
 
* {{JettyLink|Troubleshooting | | {{{tab}}} | troubleshooting }}
 
* {{JettyLink|Contributor | Contributors | {{{tab}}} | contributors }}
 
</div>
 
<div class="infobox">
 
{{Infobox
 
| name = Jetty
 
| website = http://www.eclipse.org/jetty
 
| download = http://www.eclipse.org/jetty/downloads.php
 
| newsgroup = eclipse.jetty
 
| irc = jetty
 
| list = jetty-dev
 
| viewvc = ?root=RT_Jetty
 
| product = Jetty
 
}}
 
</div>
 
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Line 147: Line 120:
 
===Examples===
 
===Examples===
 
[[Category:Jetty Template|Jetty]]
 
[[Category:Jetty Template|Jetty]]
</noinclude>
+
</noinclude><includeonly>
<includeonly>
+
 
[[Category:Jetty]]
 
[[Category:Jetty]]
 
{{DEFAULTCATEGORYSORT:{{SUBPAGENAME}}}}
 
{{DEFAULTCATEGORYSORT:{{SUBPAGENAME}}}}
 
</includeonly>
 
</includeonly>

Latest revision as of 12:32, 22 May 2013


Usage

{{Jetty}}

Examples

Back to the top