Opened 14 years ago
Closed 13 years ago
#10847 closed defect (bug) (fixed)
Problem in WordPress.org forum CSS
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Note: See
TracTickets for help on using
tickets.
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.