Merge branch 'master' of github.com:danvk/dygraphs
[dygraphs.git] / docs / style.css
index 4b7d4e1..23ec7a1 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,10 @@ padding: 0 10px;
 }
 
 .tests {
-font-size: 80%;
+  font-size: 80%;
+  font-weight: bold;
+}
+.tests a {
+  font-weight: normal;
+  text-decoration: none;
 }