[wp-trac] [WordPress Trac] #16178: TwentyTen: Fix Clear-Floats Issue on Paginated Posts

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 10 15:34:38 UTC 2011


#16178: TwentyTen: Fix Clear-Floats Issue on Paginated Posts
--------------------------+-----------------------------
 Reporter:  chipbennett   |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  3.1
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 TwentyTen does not properly clear floats between the_content() and
 wp_link_pages(), such that, on paginated posts, if the last element in
 the_content() is floated (e.g. a floated image), the output from
 wp_list_pages() renders next to, rather than below, the floated element.

 Simple fix: add clear:both to the definition of the CSS class "page-link"
 that is applied to the container DIV for wp_link_pages() output.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16178>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list