Bug 92407 - kig help center needs margins along sides of windows
Summary: kig help center needs margins along sides of windows
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: 3.3
Platform: unspecified FreeBSD
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-30 19:43 UTC by missive
Modified: 2005-01-29 21:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;
 }