projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
763c7e0
)
Use relative font size for hint labels.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 18 Dec 2013 23:55:43 +0000
(
00:55
+0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 18 Dec 2013 23:55:43 +0000
(
00:55
+0100)
src/hints.js
patch
|
blob
|
history
diff --git
a/src/hints.js
b/src/hints.js
index
5ba0b4d
..
4b06b23
100644
(file)
--- a/
src/hints.js
+++ b/
src/hints.js
@@
-19,9
+19,7
@@
var VbHint = (function(){
"-webkit-transform:translate(-4px,-4px);" +
"position:absolute;" +
"z-index:100000;" +
- "font-family:monospace;" +
- "font-weight:bold;" +
- "font-size:10px;" +
+ "font:bold\x20.8em\x20monospace;" +
"color:#000;" +
"background-color:#fff;" +
"margin:0;" +