From 2363ba93ef525cb5a6d928d7b7185553e2bdd2f2 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sun, 28 Mar 2010 14:44:52 -0700 Subject: [PATCH] Bug 548975: Under trunk Firefox builds with Direct2D enabled on Windows,
tags were overly bold r=mkanat, a=mkanat --- skins/standard/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index 438559216f..a9b406a89f 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -383,7 +383,7 @@ input.requestee { } dt { - font-weight: bolder; + font-weight: bold; } body > dl > dt { border-top: dotted gray thin; -- 2.47.2