[wp-trac] [WordPress Trac] #21385: Twenty Twelve - Set justification to left and right for smaller screens

WordPress Trac wp-trac at lists.automattic.com
Thu Aug 2 20:27:10 UTC 2012


#21385: Twenty Twelve - Set justification to left and right for smaller screens
---------------------------+------------------
 Reporter:  chriswallace   |       Owner:
     Type:  enhancement    |      Status:  new
 Priority:  normal         |   Milestone:  3.5
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |
---------------------------+------------------

Comment (by chriswallace):

 I'm not sure a screenshot is needed. This is not a bug, just a feature
 request. This should probably just be for mobile and tablet formatting.
 The CSS for content <p> elements on mobile/tablet should be modified to
 include:

 {{{
 p{
   text-align: justify;
   text-justify: distribute;
 }
 }}}

 That should take care of it.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21385#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list