Something went wrong while setting issue due date.
Bold links aren't bold
Closed
Bold links aren't bold
Created by: aaronsw
Because there's an explicit setting of font-weight: normal for most elements, doing this:
<p>This is a <strong>very <a href="#">important</a> section</strong>.</p>
Results in "very" and "section" being bold, but not "important".