From 214112abdb04a926260c106ba9f9cd57966bc6e7 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 5 Oct 2016 16:04:02 +0900 Subject: [PATCH] (www-batch-ids-find): Add CSS setting for ".tooltip" and ".tooltip . tooltiptext". --- www/www-hng-ids-find.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/www-hng-ids-find.el b/www/www-hng-ids-find.el index 7cbb17b..bcaacb0 100644 --- a/www/www-hng-ids-find.el +++ b/www/www-hng-ids-find.el @@ -324,6 +324,13 @@ img { vertical-align:middle; } a { text-decoration:none; } ul { margin: 0 0; } li { margin: 0 0 -0.2em; } +.tooltip { + position: relative; + display: inline-block; +} +.tooltip .tooltiptext { + display: none; +} --> -- 1.7.10.4