X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCases.cpp;h=d6f7133e2a1c33cbb0bda78ebd55ac1ddb36125c;hb=154319d0635da7da3523519e28702e4a0ff85bba;hp=7903bee0917ee982253a8a65fbf6c84d74afcbbb;hpb=b79d8e5e2d20e8f294d47fe924c20de17dbd5c0b;p=lyx.git diff --git a/src/mathed/InsetMathCases.cpp b/src/mathed/InsetMathCases.cpp index 7903bee091..d6f7133e2a 100644 --- a/src/mathed/InsetMathCases.cpp +++ b/src/mathed/InsetMathCases.cpp @@ -183,11 +183,10 @@ void InsetMathCases::validate(LaTeXFeatures & features) const InsetMathGrid::validate(features); if (features.runparams().math_flavor == OutputParams::MathAsHTML) // CSS based on eLyXer's - features.addPreambleSnippet(""); + "table.cases td {text-align: left;}"); }