"cite" styling reset unconditionally
Created by: chrylis
The <cite> tag is supposed to be used for the titles of works which, in standard usage, should be italicized, and standard browser stylesheets include such a rule. Bootstrap, however, resets the font-style to normal. This may be sensible inside a <blockquote> element (the context in which I've seen it discussed), but it should not be applied at the root level.