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

WordPress Trac wp-trac at lists.automattic.com
Sat Jan 22 01:16:31 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 urbandev):

 Changing
 {{{
 #container {
         float: left;
         margin: 0 -240px 0 0;
         width: 100%;
 }
 #content {
         margin: 0 280px 0 20px;
 }
 }}}
 to
 {{{
 #container {
         float: left;
         width: 680px;
 }
 #content {
         margin: 0 20px;
 }
 }}}


 Seems to look identical on
 {{{
 Apple Mac OS X 10.6 Intel
 Firefox 3.6.13
 1229 x 625 (Viewport dimensions)
 }}}

 Before:

 [[Image(http://content.screencast.com/users/urbandev/folders/Jing/media/9f6cb917
 -ee8f-48a1-8df5-8086c6781d5b/00000052.png,500)]]

 After:

 [[Image(http://content.screencast.com/users/urbandev/folders/Jing/media/b4f026aa-e988-4058-b931-5ac67106265c/00000053.png,500)]]

 Currently testing in Safari and IE variants.

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


More information about the wp-trac mailing list