mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
parent
50c1391950
commit
752c89ae13
@ -177,11 +177,11 @@ void InsetMathCases::validate(LaTeXFeatures & features) const
|
|||||||
features.require("amsmath");
|
features.require("amsmath");
|
||||||
InsetMathGrid::validate(features);
|
InsetMathGrid::validate(features);
|
||||||
if (features.runparams().math_flavor == OutputParams::MathAsHTML)
|
if (features.runparams().math_flavor == OutputParams::MathAsHTML)
|
||||||
// CSS based on eLyXer's
|
// CSS based on eLyXer's, with modifications suggested in bug #8755
|
||||||
features.addCSSSnippet(
|
features.addCSSSnippet(
|
||||||
"table.cases{display: inline-block; text-align: center;"
|
"table.cases{display: inline-block; text-align: center; border: none;"
|
||||||
"border-left: thin solid black; vertical-align: middle; padding-left: 0.5ex;}\n"
|
"border-left: thin solid black; vertical-align: middle; padding-left: 0.5ex;}\n"
|
||||||
"table.cases td {text-align: left;}");
|
"table.cases td {text-align: left; border: none;}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user