diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css
index 2e2ee71d7e..d3a0b20d31 100644
--- a/doc/html/boostbook.css
+++ b/doc/html/boostbook.css
@@ -246,6 +246,20 @@
font-size: 80%;
}
+ table.simplelist
+ {
+ width: auto !important;
+ margin: 0em !important;
+ padding: 0em !important;
+ }
+ table.simplelist td
+ {
+ margin: 0em !important;
+ padding: 0em !important;
+ text-align: left !important;
+ font-size: 9pt !important;
+ }
+
/*=============================================================================
Blurbs
=============================================================================*/
@@ -432,6 +446,11 @@
background-color: #F0F0F0;
border: 1px solid #DCDCDC;
}
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
/* Misc */
span.highlight
@@ -501,6 +520,11 @@
{
border: 1px solid gray;
}
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
/* Misc */
span.highlight
diff --git a/doc/src/boostbook.css b/doc/src/boostbook.css
index 2e2ee71d7e..d3a0b20d31 100644
--- a/doc/src/boostbook.css
+++ b/doc/src/boostbook.css
@@ -246,6 +246,20 @@
font-size: 80%;
}
+ table.simplelist
+ {
+ width: auto !important;
+ margin: 0em !important;
+ padding: 0em !important;
+ }
+ table.simplelist td
+ {
+ margin: 0em !important;
+ padding: 0em !important;
+ text-align: left !important;
+ font-size: 9pt !important;
+ }
+
/*=============================================================================
Blurbs
=============================================================================*/
@@ -432,6 +446,11 @@
background-color: #F0F0F0;
border: 1px solid #DCDCDC;
}
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
/* Misc */
span.highlight
@@ -501,6 +520,11 @@
{
border: 1px solid gray;
}
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
/* Misc */
span.highlight