From 6effa0d095fcb02ef6f744c5f8c2371da4223f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 14 Dec 2005 14:35:12 +0000 Subject: [PATCH] INTEGRATION: CWS rt13 (1.3.8); FILE MERGED 2005/12/07 17:24:03 np 1.3.8.1: #i58717# --- autodoc/source/display/toolkit/hf_title.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autodoc/source/display/toolkit/hf_title.cxx b/autodoc/source/display/toolkit/hf_title.cxx index c507180fa389..3f5b186bf8c2 100644 --- a/autodoc/source/display/toolkit/hf_title.cxx +++ b/autodoc/source/display/toolkit/hf_title.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hf_title.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:01:41 $ + * last change: $Author: rt $ $Date: 2005-12-14 15:35:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,7 @@ HF_TitleTable::HF_TitleTable( Xml::Element & o_rOut ) C_sTitleWidth, C_sTitlePadding, C_sTitleSpacing ) + << new Html::ClassAttr("title-table") << new Html::StyleAttr("margin-bottom:6pt;") ) { }