summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Jamfile.v22
-rw-r--r--doc/src/boostbook.css16
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index df42dad22c..36bafcfad2 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -124,6 +124,8 @@ boostbook doc
<implicit-dependency>../libs/type_index/doc//type_index
<xsl:param>boost.libraries=../../libs/libraries.htm
+ <format>html:<xsl:param>chunker.output.doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
+ <format>html:<xsl:param>chunker.output.doctype-system="http://www.w3.org/TR/html4/loose.dtd"
<dependency>images
<dependency>callouts
diff --git a/doc/src/boostbook.css b/doc/src/boostbook.css
index d42b3c022f..28f8935991 100644
--- a/doc/src/boostbook.css
+++ b/doc/src/boostbook.css
@@ -290,6 +290,22 @@ Tables
}
/*=============================================================================
+Suppress margins in tables
+=============================================================================*/
+
+ table th > *:first-child,
+ table td > *:first-child
+ {
+ margin-top: 0;
+ }
+
+ table th > *:last-child,
+ table td > *:last-child
+ {
+ margin-bottom: 0;
+ }
+
+/*=============================================================================
Blurbs
=============================================================================*/