somehow a clearfix made it into the taxonomy-term.tpl.php, where its hard to se whats its actually doing here besides of making it impossible to float anything left or right of the terms.
this
print $term->tid; " class="
print $classes; clearfix">
should be this
print $term->tid; " class="
print $classes; ">
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy-clearfix-1198088-01.patch | 557 bytes | jacine |
Comments
Comment #1
mortendk commentedhurray and i forgot the code tagging...
somehow a clearfix made it into the taxonomy-term.tpl.php, where its hard to se whats its actually doing here besides of making it impossible to float anything left or right of the terms.
This
should be this
Comment #2
jacineHere's a patch that removes the clearfix class.
Comment #3
sunLooks good.
@mortendk: A clear issue title helps others to find issues, manages expectations, speeds up reviews, and most commonly leads to faster commits.
Comment #4
mortendk commented@sun yup i was kinda fired up by the holy fire ;)
Comment #5
webchickDoes this need to be fixed in 8.x too?
Comment #6
jacineYes, it needs to go into both. Oops.
Comment #7
xjmTagging issues not yet using summary template.
Comment #8
dries commentedCommitted to 7.x and 8.x. Thanks!