subscribe-to-comments
Opened 20 years ago
Closed 19 years ago
#285 closed defect (fixed)
Remove "clear: both;" from inline paragraph style
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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".)
Note: See
TracTickets for help on using
tickets.
It is now an option.