From a2d69912a93fd0e3ef3d56995dfa25a10599f27f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 3 Dec 2009 22:30:29 +0000 Subject: [PATCH] Some CSS fixes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32307 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdinsets.inc | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 32e54a62df..dec127bb20 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -77,6 +77,11 @@ InsetLayout Marginal margin: 1ex; background-color: #F0F0F0; float:right; + font-size: small; + font-weight: medium; + font-family: serif; + font-variant: normal; + font-style: normal; } EndHTMLStyle End @@ -101,7 +106,14 @@ InsetLayout Foot font-weight: bold; text-decoration: underline; } - div.foot { display: inline; } + div.foot { + display: inline; + font-size: small; + font-weight: medium; + font-family: serif; + font-variant: normal; + font-style: normal; + } div.foot_inner { display: none; } div.foot:hover div.foot_inner { display: block; @@ -244,6 +256,9 @@ InsetLayout Box Size Small EndFont MultiPar true + HTMLStyle + div.Frameless { font-family: sans-serif; } + EndHTMLStyle End InsetLayout Box:Shaded @@ -372,9 +387,3 @@ InsetLayout Info:shortcuts span.shortcuts { font-family: sans-serif; } EndHTMLStyle End - -InsetLayout Box - HTMLStyle - div.Frameless { font-family: sans-serif; } - EndHTMLStyle -End -- 2.39.2