From 5edf98f8e32ccf3d027649c280ebbf03f8154254 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 23 Mar 2010 06:45:39 -0700 Subject: [PATCH] css tweak --- docs/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; } -- 2.7.4