From 794f0d64c02f76bb8c9a4cec1d331c7f0b5e66a5 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 24 Nov 2014 21:19:40 +0100 Subject: [PATCH] Noticed css rule for uppercase hint labels (#145). --- doc/vimb.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/vimb.1 b/doc/vimb.1 index a039f7b..a7341e3 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -1239,6 +1239,11 @@ each hint is `numbered' based on the characters of the home row. Note that the hint matching by label built of hintkeys is case sensitive. In this vimb differs from some other browsers that show hint labels in upper case, but match them lowercase. +.RS +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;}" +.RE .TP .B history-max-items (int) Maximum number of unique items stored in search-, command or URI history. If -- 2.20.1