Version: (using KDE KDE 3.5.7) Installed from: SuSE RPMs When viewing handbooks in khelpcenter, the text often reaches to the right scrollbar or window border. This is distracting and difficult to read. Please introduce a margin so that there is some whitespace between the end of the line and the scrollbar/window border.
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.