Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#10847 closed defect (bug) (fixed)

Problem in WordPress.org forum CSS

Reported by: prometh's profile prometh Owned by: ryan's profile ryan
Milestone: Priority: low
Severity: minor Version:
Component: WordPress.org Site Keywords:
Focuses: Cc:

Description

<li><strong><em>something1</em> something2</strong> something3</li>

"something1" should be bold and italicized, however it is just italicized. "something2" and "something3" are rendered correctly

Here is an example of the problem http://wordpress.org/support/topic/306911?replies=6#post-1223684

Change History (2)

#1 @scribu
14 years ago

  • Milestone Unassigned deleted
  • Priority changed from high to low
  • Severity changed from major to minor

#2 @matt
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed by removing the font-weight: normal from the em element in wp4.css. I think this was part of the "reset" CSS we used to use on all new designs.

Note: See TracTickets for help on using tickets.