From: Konst Mayer <cdlscpmv@gmail.com>
Date: Tue, 19 Jun 2018 05:36:24 +0000 (+0700)
Subject: Correct the man page
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=ffede3ad753417da17c67e88d16368a7a378b54a;p=vimb.git

Correct the man page

Related to the introduction of the new `vimbhint` attribute.
---

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.