X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Fstyle.css;h=63837bfd5ad17dfee1298e07c18ed272e389de6d;hb=056763ed22ccc5bdebc73355841052d0d6815a1f;hp=6edc799c18151fc4cb43b3ae0b67e34ae8e8b33c;hpb=15c966e03018429a35a11d504634e507664b91fb;p=dygraphs.git diff --git a/docs/style.css b/docs/style.css index 6edc799..63837bf 100644 --- a/docs/style.css +++ b/docs/style.css @@ -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 { @@ -55,3 +56,20 @@ font-size: 30px; pre { padding: 0 10px; } + +.tests { + 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; +}