A little more CSS for tables.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32532 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-14 16:57:54 +00:00
parent 814af09a69
commit 80ce542440

View 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>");
}