diff --git a/Identity/Webenv/Themes/Default/Docbook/1.69.1/Css/lists.css b/Identity/Webenv/Themes/Default/Docbook/1.69.1/Css/lists.css index 35877f6..9a7ecaa 100755 --- a/Identity/Webenv/Themes/Default/Docbook/1.69.1/Css/lists.css +++ b/Identity/Webenv/Themes/Default/Docbook/1.69.1/Css/lists.css @@ -37,24 +37,28 @@ span.term { .toc, .list-of-figures, -.list-of-examples { +.list-of-examples, +.list-of-tables { margin: 1em 0 2em 0; } .toc dl, .list-of-figures dl, -.list-of-examples dl { +.list-of-examples dl, +.list-of-tables dl { margin: 0; } .toc dl dt, .list-of-figures dl dt, -.list-of-examples dl dt { +.list-of-examples dl dt, +.list-of-tables dl dt { margin: 0.3em 0 0.3em 0; } .toc p, .list-of-figures p, -.list-of-examples p { +.list-of-examples p, +.list-of-tables p { margin-bottom: 0.5em; }