Merge pull request #674 from danvk/module
[dygraphs.git] / experimental / palette / tooltip.css
diff --git a/experimental/palette/tooltip.css b/experimental/palette/tooltip.css
deleted file mode 100644 (file)
index 1210e34..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-.tooltip {
-  position: absolute;
-  border: 1px solid black;
-  background-color: lightyellow;
-  width: 280px;
-}
-
-.tooltip .prompt {
-  font-family: Inconsolata, Courier New, Courier;
-}
-
-.tooltip .type {
-  font-family: Inconsolata, Courier New, Courier;
-  margin-bottom: 0.5em;
-  font-size: smaller;
-}
-
-.tooltip .body {
-  font-size: smaller;
-}