[wp-trac] [WordPress Trac] #16337: TwentyTen Theme: Container/Content Implementation

WordPress Trac wp-trac at lists.automattic.com
Sat Jan 22 01:28:15 UTC 2011


#16337: TwentyTen Theme: Container/Content Implementation
-------------------------+------------------------------
 Reporter:  sterlo       |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Themes       |     Version:  3.1
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+------------------------------

Comment (by sterlo):

 If you look at:
 https://github.com/grok/wordpress/blob/master/wp-
 content/themes/twentyten/rtl.css

 {{{
 #container {
 float: right;
 margin: 0 0 0 -240px;
 }
 #content {
 margin: 0 20px 36px 280px;
 }
 }}}

 That could probably just be:
 {{{
 #container {
   float: right;
 }
 #content {
   margin: 0 20px 36px 200px;
 }
 }}}

 I don't understand the 36 pixels on the bottom...that seems to be
 inconsistent between Left to Right VS Right to Left?

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


More information about the wp-trac mailing list