[wp-meta] [Making WordPress.org] #3248: Responsive/mobile: remove floats on alignright and alignleft classes in Rosetta posts

Making WordPress.org noreply at wordpress.org
Sun Nov 5 10:45:52 UTC 2017


#3248: Responsive/mobile: remove floats on alignright and alignleft classes in
Rosetta posts
-------------------------------------------+------------------
 Reporter:  audrasjb                       |       Owner:
     Type:  defect                         |      Status:  new
 Priority:  normal                         |   Milestone:
Component:  International Sites (Rosetta)  |  Resolution:
 Keywords:  has-screenshots has-patch      |
-------------------------------------------+------------------
Changes (by audrasjb):

 * keywords:  has-screenshots => has-screenshots has-patch


Comment:

 I'm not sure this is the good CSS file to edit…

 Here is the patch I worked on:

 {{{
 @media screen and (max-width:480px) {
         .wrapper img.alignright {
                 float: none;
                 margin: 5px 0 10px 0;
         }
         .wrapper img.alignleft {
                 float: none;
                 margin: 5px 0 10px 0;
         }
 }
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3248#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list