PR Comment: Removing checks for undefined and null. They aren't possible
[dygraphs.git] / gallery / gallery.css
index e7a343e..df899df 100644 (file)
@@ -1,5 +1,3 @@
-@import url("../common/textarea.css");
-
 body {
   font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
   font-size: 90%;
@@ -49,6 +47,11 @@ aside {
   color: #090;
 }
 
+#code a:hover {
+  color: blue;
+  cursor: pointer;
+}
+
 #demotitle {
   text-align: center;
   font-size: 1.5em;
@@ -154,3 +157,9 @@ a {
 #workarea #temperature-sf-ny #bordered {
   border: 1px solid red;
 }
+
+#workarea #highlighted-series .few .dygraph-legend > span.highlight { border: 1px solid grey; }
+#workarea #highlighted-series .many .dygraph-legend > span { display: none; }
+#workarea #highlighted-series .many .dygraph-legend > span.highlight { display: inline; }
+
+#workarea #edge-padding fieldset { display: inline-block; vertical-align: top; }