(www-batch-ids-find): Add CSS setting for ".tooltip" and ".tooltip .
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 5 Oct 2016 07:03:42 +0000 (16:03 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 5 Oct 2016 07:03:42 +0000 (16:03 +0900)
tooltiptext".

www/www-ids-find.el

index 1dce832..b42bf75 100644 (file)
@@ -299,6 +299,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;
+}
 -->
 </style>
 </head>