doc: improve style of lists
Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/bddf82b1 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/bddf82b1 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/bddf82b1 Branch: refs/heads/master Commit: bddf82b14e9990c0688de00e28b8e13d7bd6a114 Parents: 97c24fd Author: Nicolas LaleveÌe <nicolas.lale...@hibnet.org> Authored: Sun Jun 25 00:58:55 2017 +0200 Committer: Nicolas LaleveÌe <nicolas.lale...@hibnet.org> Committed: Sun Jun 25 00:58:55 2017 +0200 ---------------------------------------------------------------------- asciidoc/style/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/bddf82b1/asciidoc/style/style.css ---------------------------------------------------------------------- diff --git a/asciidoc/style/style.css b/asciidoc/style/style.css index d60b22b..289760b 100644 --- a/asciidoc/style/style.css +++ b/asciidoc/style/style.css @@ -43,6 +43,9 @@ body, p, td, li, ul, ol { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: small; } +li p { + margin: 0; +} h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; } @@ -375,4 +378,4 @@ table.tableblock td p:last-child { .warning .title { display:none; -} \ No newline at end of file +}