Summary: | Right margin too narrow | ||
---|---|---|---|
Product: | [Websites] docs.kde.org | Reporter: | Tristan Miller <psychonaut> |
Component: | ksgmltools | Assignee: | Docbook Team <kde-docbook> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot showing described behaviour |
Description
Tristan Miller
2007-07-12 16:44:20 UTC
Created attachment 21126 [details]
Screenshot showing described behaviour
Ah, known bug that we should really get round to fixing. Might even be reported elsewhere. I just went through trunk/KDE/kdelibs/kdoctools and was unable to find the kde-default.css. However a site search with google shows kde-default.css in trunk/KDE/kdelibs/doc/common, but there is no kde-default.css, just a kde.css. I wonder if we are to make changes now to the kde.css file? has this replaced the kde-default.css? I am going to go through the 3.5 branch and see where it lies there. I have made the proper changes locally, but I want to be sure first before I commit. I have tested the changes as well in KHelpCenter. I added a simple padding to the right of 15px to match that of the left. SVN commit 694030 by nixternal: BUG:147814 Fix padding on right side in KHelpCenter to improve readability M +1 -1 kde-default.css --- branches/KDE/3.5/kdelibs/doc/common/kde-default.css #694029:694030 @@ -33,7 +33,7 @@ background: white none; color: black; font-family: sans-serif; - padding: 0; + padding: 0 15px 0 0; margin: 0; } The same bug affects Konqueror when viewing info pages; see Bug 230959. |