Bug 92407

Summary: kig help center needs margins along sides of windows
Product: [Websites] docs.kde.org Reporter: missive
Component: generalAssignee: Documentation Editorial Team <kde-doc-english>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.3   
Target Milestone: ---   
Platform: unspecified   
OS: FreeBSD   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description missive 2004-10-30 19:43:47 UTC
Version:           3.3 (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 2.95.4 20020320 [FreeBSD]
OS:                FreeBSD (i386) release 4.10-STABLE

The text in some help center windows runs right up against the margin.

help:/kig/defining-macros.html
help:/kig/document-context-menus.html
help:/kig/working-with-types.html
help:/kig/text-labels.html
help:/kig/locuses.html

I hate to sound like I am complaining, since the docs are so good otherwise, but this makes it tough to read...
Comment 1 Lauri Watts 2005-01-29 21:48:16 UTC
CVS commit by lauri: 

BUG:92407


  M +1 -1      kde-default.css   1.47


--- kdelibs/doc/common/kde-default.css  #1.46:1.47
@@ -52,5 +52,5 @@
 }
 
-.sect1, .chapter, .synopsis, .appendix, .preface, .article, .refsect1, .index, .glossary {
+.sect1, .chapter, .synopsis, .appendix, .preface, .article, .refsect1, .index, .glossary, .section {
 padding: 1em;
 }