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 @@
This section illustrates the visual style of definition lists.
-<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> -- -
This layout is used in glossaries and looks like:
- -WWW
World Wide Web
CentOS
Community Enterprise Operating System
<dl> - <dt>WWW</dt> - <dd>World Wide Web</dd> - - <dt>CentOS</dt> - <dd>Community Enterprise Operating System</dd> -</dl> -- -
This layout is used in table of contents and looks like:
-World Wide Web
Community Enterprise Operating System