From: Dan Vanderkam Date: Tue, 23 Mar 2010 13:45:39 +0000 (-0700) Subject: css tweak X-Git-Tag: v1.0.0~706 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=5edf98f8e32ccf3d027649c280ebbf03f8154254;p=dygraphs.git css tweak --- diff --git a/docs/style.css b/docs/style.css index 4b7d4e1..c0a9749 100644 --- a/docs/style.css +++ b/docs/style.css @@ -57,5 +57,10 @@ padding: 0 10px; } .tests { -font-size: 80%; + font-size: 80%; + font-weight: bold; +} +.tests a { + font-weight: normal; + text-decoration: none; }