From 10e0b8bbac358b206ea380403e11d9c9df74781b Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 25 Sep 2009 22:20:58 -0400 Subject: [PATCH] dfn should inherit font-style, not override it --- dip3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dip3.css b/dip3.css index 63122ce..dccae93 100755 --- a/dip3.css +++ b/dip3.css @@ -224,7 +224,7 @@ pre a, .w a { text-decoration: underline; } dfn { - font-style: normal; + font-style: inherit; } mark { font-weight: bold;