From 78d2514087b88160093a2018896fabcf9d34ea66 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 1 Aug 2015 00:19:04 +0200 Subject: [PATCH] Update docs. --- doc/help/settings.asciidoc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index c6e9c6923..84c3d76b3 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -110,10 +110,11 @@ |<>|Whether to show favicons in the tab bar. |<>|The width of the tab bar if it's vertical, in px or as percentage of the window. |<>|Width of the progress indicator (0 to disable). -|<>|Spacing between tab edge and indicator. |<>|Whether to open windows instead of tabs. |<>|The format to use for the tab title. The following placeholders are defined: |<>|Switch between tabs using the mouse wheel. +|<>|Padding for tabs (single value or 'top, bottom, left, right'). +|<>|Padding for indicators (single value or 'top, bottom, left, right'). |============== .Quick reference for section ``storage'' @@ -1038,12 +1039,6 @@ Width of the progress indicator (0 to disable). Default: +pass:[3]+ -[[tabs-indicator-space]] -=== indicator-space -Spacing between tab edge and indicator. - -Default: +pass:[3]+ - [[tabs-tabs-are-windows]] === tabs-are-windows Whether to open windows instead of tabs. @@ -1079,6 +1074,18 @@ Valid values: Default: +pass:[true]+ +[[tabs-padding]] +=== padding +Padding for tabs (single value or 'top, bottom, left, right'). + +Default: +pass:[0,0,5,5]+ + +[[tabs-indicator-padding]] +=== indicator-padding +Padding for indicators (single value or 'top, bottom, left, right'). + +Default: +pass:[2,2,0,4]+ + == storage Settings related to cache and storage.