How do I get this CSS text-decoration override to work?
text-decoration does not behave the same as other font/text related styling like font-weight. Applying text-decoration will affect all nested elements as well. Check this out: http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration Excerpt: Text decorations on inline boxes are drawn across the entire element, going across any descendant elements without paying any attention to their presence. The ‘text-decoration’ property on descendant … Read more