Run tests on Travis-CI.
[dygraphs.git] / docs / style.css
index 4b7d4e1..63837bf 100644 (file)
@@ -46,6 +46,7 @@ top: 0px;
 border-left: 2px solid rgb(229, 236, 249);
 padding-left: 20px;
 margin-left: 0px;
+max-width: 900px;
 }
 
 #content h1 {
@@ -57,5 +58,18 @@ padding: 0 10px;
 }
 
 .tests {
-font-size: 80%;
+  font-size: 80%;
+  font-weight: bold;
+}
+.tests a {
+  font-weight: normal;
+  text-decoration: none;
+}
+
+.padded-list li + li {
+  padding-top: 10px;
+}
+
+.padded-list .desc {
+  font-style: italic;
 }