mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
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:
parent
814af09a69
commit
80ce542440
@ -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>");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user