Reduce the size of some overly-long graphs. OK, that's subjective, but if you don...
[dygraphs.git] / gallery / gallery.css
index c0b81d7..92d240c 100644 (file)
@@ -1,3 +1,5 @@
+@import url("../common/textarea.css");
+
 body {
   font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
   font-size: 90%;
@@ -119,6 +121,10 @@ aside {
 
 #workarea #styled-chart-labels .chart {
   border: 1px dashed black;
-  margin: 5px 5px 5px 50px;
+  margin: 5px  5px 5px 50px;
   padding: 2px;
-}
\ No newline at end of file
+}
+
+#workarea #temperature-sf-ny #bordered {
+  border: 1px solid red;
+}