X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathOverset.cpp;h=1958471558cf6dea735124fd3aca59f694dd6fd6;hb=30d3fcd640c180407a8a1db7679cca42eaa9e0c1;hp=ef39ad5eff7fd94348679b56f4e71b83a4a32067;hpb=3d4f76cf2d1c94f0e4788399e8cd8713dfa51a30;p=lyx.git diff --git a/src/mathed/InsetMathOverset.cpp b/src/mathed/InsetMathOverset.cpp index ef39ad5eff..1958471558 100644 --- a/src/mathed/InsetMathOverset.cpp +++ b/src/mathed/InsetMathOverset.cpp @@ -106,11 +106,10 @@ void InsetMathOverset::validate(LaTeXFeatures & features) const if (features.runparams().isLaTeX()) features.require("amsmath"); else if (features.runparams().math_flavor == OutputParams::MathAsHTML) - features.addPreambleSnippet(""); + "span.top{font-size: 66%;}"); InsetMathNest::validate(features); }