commit 0ab8ea6682416354a21c50921c0fd48070c9973b
Author: Richard Heck <[email protected]>
Date:   Sat Jul 30 20:17:31 2016 -0400

    Fix bug #10154.
---
 src/insets/InsetTabular.cpp |    6 ++----
 status.22x                  |    4 +++-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index 3d3bebd..d5ce1c5 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -5120,12 +5120,10 @@ docstring InsetTabular::xhtml(XHTMLStream & xs, 
OutputParams const & rp) const
 void InsetTabular::validate(LaTeXFeatures & features) const
 {
        tabular.validate(features);
-       // FIXME XHTML
-       // It'd be better to be able to get this from an InsetLayout, but at 
present
-       // InsetLayouts do not seem really to work for things that aren't 
InsetTexts.
+       // This is done with InsetLayout in 2.3dev
        if (features.runparams().flavor == OutputParams::HTML)
                features.addCSSSnippet(
-                       "table { border: 1px solid black; display: 
inline-block; }\n"
+                       "table { border-collapse: collapse; display: 
inline-block; }\n"
                        "td { border: 1px solid black; padding: 0.5ex; }");
 }
 
diff --git a/status.22x b/status.22x
index 7f781d3..f81d8aa 100644
--- a/status.22x
+++ b/status.22x
@@ -73,7 +73,9 @@ What's new
 
 * LYXHTML
 
-Fix problem with output of branches (bug 8022).
+- Fix problem with output of branches (bug 8022).
+
+- Fix output of table borders (bug 10154).
 
 
 * TEX2LYX

Reply via email to