]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
A little more CSS for tables.
[lyx.git] / src / insets / InsetTabular.cpp
index 52a091c071cd3571a887b013b348e1360795bd02..4ad6ae474817ea12495c882822fd92010b1a0c56 100644 (file)
@@ -4315,7 +4315,7 @@ void InsetTabular::validate(LaTeXFeatures & features) const
        // InsetLayouts do not seem really to work for things that aren't InsetTexts.
        if (features.runparams().flavor == OutputParams::HTML)
                features.addPreambleSnippet("<style type=\"text/css\">\n"
-      "table { border: 1px solid black; }\n"
+      "table { border: 1px solid black; display: inline-block; }\n"
       "td { border: 1px solid black; padding: 0.5ex; }\n"
       "</style>");
 }