From cb2d6615c67265a76c6f3a52b0a41b12a50635f1 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 11 Feb 2013 12:12:36 +0100 Subject: [PATCH] Picked up Phil's CSS improvements. --- resources/src/main/resources/docbkx/css/manual.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/src/main/resources/docbkx/css/manual.css b/resources/src/main/resources/docbkx/css/manual.css index a2e8500e..77c47c25 100644 --- a/resources/src/main/resources/docbkx/css/manual.css +++ b/resources/src/main/resources/docbkx/css/manual.css @@ -179,6 +179,10 @@ table tr:nth-child(2n) { } td p { + margin: 0 0 15px 0; +} + +div.table-contents td p { margin: 0; } @@ -197,7 +201,7 @@ div.calloutlist > table > tbody > tr > td:first-child { width: 30px !important; } -div.note,div.tip,div.warning { +div.important,div.note,div.tip,div.warning { margin-left: 40px !important; margin-right: 20px !important; margin-top: 10px;