Extended list of users
[dygraphs.git] / docs / style.css
index c0a9749..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 {
@@ -64,3 +65,11 @@ padding: 0 10px;
   font-weight: normal;
   text-decoration: none;
 }
+
+.padded-list li + li {
+  padding-top: 10px;
+}
+
+.padded-list .desc {
+  font-style: italic;
+}