Opened 17 years ago
Closed 17 years ago
#7199 closed defect (bug) (wontfix)
add clear:both for the default gallery style
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.6 |
Component: | Gallery | Keywords: | |
Focuses: | Cc: |
Description
some of the themes have a floating div which contains the date of the post. In those themes, when the gallery is inserted in the beginning of the post, the result is less then optimal.
Adding clear:both to the default gallery style should fix this.
Change History (5)
Note: See
TracTickets for help on using
tickets.
Adding clear:both to the gallery by default will also break other themes which use floats for other items, Adding floats breaks my theme for example.
If a theme needs the gallery styles to be floated, Then theres no reason why the theme cannot be modified to output different gallery CSS.
Suggest closing as wontfix myself; leaving it up for someone else however.