From 5a32821701abf8fec6ff632a26557b03824d1593 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 15 Sep 2010 12:10:39 +0000 Subject: [PATCH] Tweak abstract rendering. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35381 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdstruct.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouts/stdstruct.inc b/lib/layouts/stdstruct.inc index 3237dd8b64..8c9eb2b60e 100644 --- a/lib/layouts/stdstruct.inc +++ b/lib/layouts/stdstruct.inc @@ -37,8 +37,8 @@ Style Abstract HTMLLabelFirst 1 HTMLStyle div.abstract { - margin-top: 1em; - margin-bottom: 1em; + margin-top: 2em; + margin-bottom: 2em; } div.abstract_item { font-size: small; -- 2.39.2