X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSize.cpp;h=a638f43851d368fbdfde456c37edda9185b57c0c;hb=c56d524cd6af5d0ed0d50fef51ab434ce418d1e0;hp=0403ffbc3f1ba5b953ce17a2758ffd82ccb429b1;hpb=c7cfcf9e2fec00415136020619e622c079ce915c;p=lyx.git diff --git a/src/mathed/InsetMathSize.cpp b/src/mathed/InsetMathSize.cpp index 0403ffbc3f..a638f43851 100644 --- a/src/mathed/InsetMathSize.cpp +++ b/src/mathed/InsetMathSize.cpp @@ -108,11 +108,10 @@ void InsetMathSize::infoize(odocstream & os) const void InsetMathSize::validate(LaTeXFeatures & features) const { if (features.runparams().math_flavor == OutputParams::MathAsHTML) - features.addPreambleSnippet(""); + "span.scriptscriptstyle {font-size: x-small;}"); InsetMathNest::validate(features); }