diff --git a/README.asciidoc b/README.asciidoc index f3c6caedf..7960af857 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -146,6 +146,7 @@ Contributors, sorted by the number of commits in descending order: * Larry Hynes * Thorsten Wißmann * Thiago Barroso Perrotta +* Samir Benmendil * Matthias Lisin * Helen Sherwood-Taylor * HalosGhost diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index cd5294010..36534a53e 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -34,7 +34,7 @@ |<>|Whether to display javascript statusbar messages. |<>|Whether the zoom factor on a frame applies only to the text or to all content. |<>|Whether to expand each subframe to its contents. -|<>|User stylesheet to use (absolute filename or CSS string). +|<>|User stylesheet to use (absolute filename or CSS string). Will expand environment variables. |<>|Set the CSS media type. |<>|Whether to remove finished downloads automatically. |<>|Whether to hide the statusbar unless a message is shown. @@ -105,7 +105,7 @@ [options="header",width="75%",cols="25%,75%"] |============== |Setting|Description -|<>|The directory to save downloads to. An empty value selects a sensible os-specific default. +|<>|The directory to save downloads to. An empty value selects a sensible os-specific default. Will expand environment variables. |<>|The maximum number of pages to hold in the memory page cache. |<>|The capacities for the memory cache for dead objects such as stylesheets or scripts. Syntax: cacheMinDeadCapacity, cacheMaxDead, totalCapacity. |<>|Default quota for new offline storage databases. @@ -471,7 +471,7 @@ Default: +pass:[false]+ [[ui-user-stylesheet]] === user-stylesheet -User stylesheet to use (absolute filename or CSS string). +User stylesheet to use (absolute filename or CSS string). Will expand environment variables. Default: +pass:[::-webkit-scrollbar { width: 0px; height: 0px; }]+ @@ -907,7 +907,7 @@ Settings related to cache and storage. [[storage-download-directory]] === download-directory -The directory to save downloads to. An empty value selects a sensible os-specific default. +The directory to save downloads to. An empty value selects a sensible os-specific default. Will expand environment variables. Default: empty