From ffede3ad753417da17c67e88d16368a7a378b54a Mon Sep 17 00:00:00 2001 From: Konst Mayer Date: Tue, 19 Jun 2018 12:36:24 +0700 Subject: [PATCH] Correct the man page Related to the introduction of the new `vimbhint` attribute. --- doc/vimb.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vimb.1 b/doc/vimb.1 index e0712c4..dd76cc7 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -1113,7 +1113,7 @@ case, but match them lowercase. To have upper case hint labels, it's possible to add following css to the `style.css' file in vimb's configuration directory. .IP -"._hintLabel {text-transform: uppercase !important;}" +"span[vimbhint="label"] {text-transform: uppercase !important;}" .TP .B history-max-items (int) Maximum number of unique items stored in search-, command or URI history. -- 2.20.1