From 4ba2ebda4f95d55720183c304122a4c7531b5f84 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 15 Sep 2010 12:07:30 +0000 Subject: [PATCH] Improve abstract rendering under XHTML. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35379 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdstruct.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/layouts/stdstruct.inc b/lib/layouts/stdstruct.inc index 672c73778d..3237dd8b64 100644 --- a/lib/layouts/stdstruct.inc +++ b/lib/layouts/stdstruct.inc @@ -33,6 +33,21 @@ Style Abstract Series Bold Size Large EndFont + HTMLLabel div + HTMLLabelFirst 1 + HTMLStyle + div.abstract { + margin-top: 1em; + margin-bottom: 1em; + } + div.abstract_item { + font-size: small; + padding-top: 1ex; + } + div.abstract_label { + font-weight: bold; + } + EndHTMLStyle End -- 2.39.2