Ticket #16337: 16337.patch
File 16337.patch, 817 bytes (added by , 14 years ago) |
---|
-
wp-content/themes/twentyten/rtl.css
21 21 22 22 #container { 23 23 float: right; 24 margin: 0 0 0 -240px;25 24 } 26 #content {27 margin: 0 20px 36px 280px;28 }29 25 #primary, 30 26 #secondary { 31 27 float: left; -
wp-content/themes/twentyten/style.css
67 67 68 68 #container { 69 69 float: left; 70 margin: 0 -240px 0 0; 71 width: 100%; 70 width: 680px; 72 71 } 73 72 #content { 74 margin: 0 2 80px 0 20px;73 margin: 0 20px; 75 74 } 76 75 #primary, 77 76 #secondary {