diff --git a/Identity/Webenv/App/Home/lists.xhtml b/Identity/Webenv/App/Home/lists.xhtml index 47884e6..b7c1c39 100644 --- a/Identity/Webenv/App/Home/lists.xhtml +++ b/Identity/Webenv/App/Home/lists.xhtml @@ -264,50 +264,12 @@ <p>This section illustrates the visual style of definition lists.</p> - <h3><a name="head-7b3e30376c2a7ff9fc7af6b9fe1c49a3">Layout 1</a></h3> - -<pre><div class="glosslist"> -<dl> - <dt><p>WWW</p></dt> - <dd><p>World Wide Web</p></dd> - - <dt><p>CentOS</p></dt> - <dd><p>Community Enterprise Operating System</p></dd> -</dl> -</div> -</pre> - - <p>This layout is used in glossaries and looks like:</p> - - <div class="glosslist"> - <dl> - <dt><p>WWW</p></dt> - <dd><p>World Wide Web</p></dd> - - <dt><p>CentOS</p></dt> - <dd><p>Community Enterprise Operating System</p></dd> - </dl> - </div> - - <h3><a name="head-bfe7676f0bdad47eaef99cba09c6df86">Layout 2</a></h3> - -<pre><dl> - <dt>WWW</dt> - <dd>World Wide Web</dd> - - <dt>CentOS</dt> - <dd>Community Enterprise Operating System</dd> -</dl> -</pre> - - <p>This layout is used in table of contents and looks like:</p> - <dl> <dt>WWW</dt> - <dd>World Wide Web</dd> + <dd><p>World Wide Web</p></dd> <dt>CentOS</dt> - <dd>Community Enterprise Operating System</dd> + <dd><p>Community Enterprise Operating System</p></dd> </dl> <h2><a name="head-dfe0656b380d009b74805be3b179a2c6">Nested Lists</a></h2>