X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSize.cpp;h=a638f43851d368fbdfde456c37edda9185b57c0c;hb=704328d3488c75733ddeb9ad5439b1907e323e39;hp=fa0bc45604b3d26b26935f97e599617d6a86accf;hpb=f3711d8a651445a61e1a759ac7493a9c5c7800e2;p=lyx.git diff --git a/src/mathed/InsetMathSize.cpp b/src/mathed/InsetMathSize.cpp index fa0bc45604..a638f43851 100644 --- a/src/mathed/InsetMathSize.cpp +++ b/src/mathed/InsetMathSize.cpp @@ -108,11 +108,11 @@ 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); } } // namespace lyx