dfn should inherit font-style, not override it

This commit is contained in:
Mark Pilgrim
2009-09-25 22:20:58 -04:00
parent 211a4bc264
commit 10e0b8bbac
+1 -1
View File
@@ -224,7 +224,7 @@ pre a, .w a {
text-decoration: underline;
}
dfn {
font-style: normal;
font-style: inherit;
}
mark {
font-weight: bold;