]> git.gir.st - VimFx.git/commit
Make hint markers smaller
authorSimon Lydell <simon.lydell@gmail.com>
Mon, 29 Aug 2016 14:46:17 +0000 (16:46 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 10 Sep 2016 00:19:48 +0000 (02:19 +0200)
commitfa50da6bfd9e2896a48d35edb131016b960e29a0
treed3306ab99165b1a73ce8d9885b78982853a366d2
parent8126a7275494f23be11c15b8c3627a3831055779
Make hint markers smaller

The hint markers are styled with `font: menu;` to get as close to the
user's system and preferences as possible. However, that turns out to be
slighly too big on all systems I've seen.

This commit still uses `font: menu;`, but then reduces the font size of
that to 80%, by using a clever CSS trick: `font: menu;` was moved to the
hints container, and the markers themselves use `font-size: 0.8em;`.
extension/skin/style.css
Imprint / Impressum