Ticket #3871 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

In "Comments" admin view, <li>s within comments are formatted strangely

Reported by: markjaquith Assigned to: anonymous
Priority: low Milestone: 2.2
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch
Cc:

Description

In the "Comments" admin view, <li> items within comments are formatted strangely, with a bottom border (because each comment is itself a <li>)

Should be a simple fix: just define an appropriate li li CSS rule.

Attachments

wp-admin-css.diff (423 bytes) - added by jhodgdon on 02/26/07 01:14:13.
Patch to CSS to fix formatting

Change History

02/26/07 01:14:13 changed by jhodgdon

  • attachment wp-admin-css.diff added.

Patch to CSS to fix formatting

02/26/07 01:14:56 changed by jhodgdon

  • keywords set to has-patch.

02/26/07 05:22:03 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [4950]) Format <li> elements properly within wp-admin comment view. Props jhodgdon. fixes #3871