small fixes to doc
[dygraphs.git] / docs / index.html
index cd23af9..faf5554 100644 (file)
@@ -43,8 +43,7 @@
 <h3>Caveats</h3>
 <ul>
   <li>Requires Firefox 1.5+ or Safari/WebKit 1.3+.</li>
-  <li>Internet Explorer is not at all supported!</li>
-  <li>Can only plot time series with granularity &gt;= 1 day</li>
+  <li>Internet Explorer is poorly supported.</li>
 </ul>
 
 <h2>Demo</h2>
@@ -54,7 +53,7 @@
 </td><td valign=top>
 <div id="status" style="width:200px; font-size:0.8em"></div>
 </td>
-</tr></table></p>
+</tr></table>
 <script type="text/javascript">
   g = new DateGraph(
           document.getElementById("demodiv"),
@@ -80,7 +79,7 @@
                      "rgb(255,100,100)",
                      "#00DD55",
                      "rgba(50,50,200,0.4)"],
-            padding: {left: 40, right: 30, top: 5, bottom: 15},
+            padding: {left: 40, right: 30, top: 5, bottom: 15}
           }
       );
 </script>