diff --git a/common/content/buffer.js b/common/content/buffer.js index 79a88f1e..2563afcc 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -291,7 +291,7 @@ const Buffer = Module("buffer", { onLocationChange: function onLocationChange(webProgress, request, uri) { onLocationChange.superapply(this, arguments); statusline.updateUrl(); - statusline.updateProgress(); + statusline.updateProgress(webProgress.DOMWindow || content); for (let frame in values(buffer.allFrames())) frame.dactylFocusAllowed = false; diff --git a/common/content/configbase.js b/common/content/configbase.js index 3fc6787a..8fbcc20f 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -341,34 +341,29 @@ const ConfigBase = Class(ModuleBase, { HelpString[delim]::before content: attr(delim); HelpString[delim]::after content: attr(delim); - HelpHead;html|h1;dactyl://help/* { - display: block; + HelpHead;html|h1,html|h2,html|h3,html|h4;dactyl://help/* { + font-weight: bold; + color: #527BBD; + clear: both; + } + HelpHead1;html|h1;dactyl://help/* { margin: 2em 0 1em; padding-bottom: .2ex; border-bottom-width: 1px; font-size: 2em; - font-weight: bold; - color: #527BBD; - clear: both; } - HelpSubhead;html|h2;dactyl://help/* { - display: block; + HelpHead2;html|h2;dactyl://help/* { margin: 2em 0 1em; padding-bottom: .2ex; border-bottom-width: 1px; font-size: 1.2em; - font-weight: bold; - color: #527BBD; - clear: both; } - HelpSubsubhead;html|h3;dactyl://help/* { - display: block; + HelpHead3;html|h3;dactyl://help/* { margin: 1em 0; padding-bottom: .2ex; font-size: 1.1em; - font-weight: bold; - color: #527BBD; - clear: both; + } + HelpHead4;html|h4;dactyl://help/* { } HelpTOC diff --git a/common/content/help.xsl b/common/content/help.xsl index 3a9d6a6a..40d2c0f2 100644 --- a/common/content/help.xsl +++ b/common/content/help.xsl @@ -390,7 +390,8 @@ diff --git a/common/locale/en-US/insert.xml b/common/locale/en-US/insert.xml index 228df1fc..4c9d011a 100644 --- a/common/locale/en-US/insert.xml +++ b/common/locale/en-US/insert.xml @@ -151,7 +151,7 @@

Cursor motions

-

Left-right motions

+

Left-right motions

t_]]> @@ -234,7 +234,7 @@ -

Up-down motions

+

Up-down motions

]]> @@ -276,7 +276,7 @@ -

Word motions

+

Word motions

]]> @@ -382,7 +382,7 @@ -

Deleting text

+Deleting text t_d