[wp-trac] [WordPress Trac] #23244: Twenty Twelve: add clear: both; to aligncenter class

WordPress Trac noreply at wordpress.org
Sun Jan 20 18:28:40 UTC 2013


#23244: Twenty Twelve: add clear: both; to aligncenter class
-----------------------------+---------------------------
 Reporter:  alexvorn2        |       Type:  enhancement
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  Bundled Theme
  Version:  3.5              |   Severity:  normal
 Keywords:                   |
-----------------------------+---------------------------
 {{{
 img.aligncenter {
     margin-bottom: 0.857143rem;
     margin-top: 0.857143rem;
 }
 }}}


 to


 {{{
 img.aligncenter {
     margin-bottom: 0.857143rem;
     margin-top: 0.857143rem;
     clear: both;
 }
 }}}

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


More information about the wp-trac mailing list