Plugin Directory

subscribe-to-comments

Opened 20 years ago

Closed 19 years ago

#285 closed defect (fixed)

Remove "clear: both;" from inline paragraph style

Reported by: mwinckler's profile mwinckler's profile mwinckler Owned by: markjaquith's profile markjaquith's profile markjaquith
Priority: low Severity: trivial
Plugin: subscribe-to-comments Keywords: css, style, class, clear, paragraph
Cc:

Description

The plugin code in "subscribe-to-comments.php" currently (version 2.0.3) assigns a style of "clear: both;" to the paragraphs that contain the checkbox for subscribing to comments. This is explicitly specified inline, which overrides the CSS class defined elsewhere by the user, and therefore this behavior can potentially cause trouble with site layouts.

I would suggest removing the string 'style="clear: both;"' from lines 36, 49, and 59 to allow users to specify their own style for the paragraph. (The same paragraphs are already given a CSS class of "subscribe-to-comments".)

Change History (1)

#1 @markjaquith
19 years ago

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

It is now an option.

Note: See TracTickets for help on using tickets.