Git commit 432424d7f7eb42c78ab9aa79deac0a7fd2e5f0d6 by Yuri Chornoivan. Committed on 09/02/2014 at 20:36. Pushed by yurchor into branch 'master'.
Enhance formatting of the docs M +7 -6 doc/manual/index.docbook http://commits.kde.org/konsole/432424d7f7eb42c78ab9aa79deac0a7fd2e5f0d6 diff --git a/doc/manual/index.docbook b/doc/manual/index.docbook index e31ec8e..8ae2227 100644 --- a/doc/manual/index.docbook +++ b/doc/manual/index.docbook @@ -1276,13 +1276,14 @@ For more information, please visit <chapter id="tabbarstylsheet"> <title>Using Style Sheet for the Tab Bar</title> <para> -The default style sheet for the tab bar settings the minimum and maximum tab -widths. The user can create a .css file and have Konsole use that as the -style sheet for the tab bar. In the .css file, the widget to use is -QTabBar::tab. - +The default style sheet for the tab bar sets the minimum and maximum tab +widths. The user can create a <filename role="extension">.css</filename> file and have &konsole; use that as the +style sheet for the tab bar. In the <filename role="extension">.css</filename> file, the widget to use is +<userinput>QTabBar::tab</userinput>. +</para> +<para> For more information, consider reading -<ulink url="http://qt-project.org/doc/qt-4.8/stylesheet.html">Qt Project page for Style Sheets</ulink> +<ulink url="http://qt-project.org/doc/qt-4.8/stylesheet.html">&Qt; Project page for Style Sheets</ulink> </para> <para>
