? eldir_one_column.patch
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/eldir/page.tpl.php,v
retrieving revision 1.5
diff -u -p -r1.5 page.tpl.php
--- page.tpl.php	27 May 2009 18:00:34 -0000	1.5
+++ page.tpl.php	23 Oct 2009 02:55:53 -0000
@@ -46,12 +46,8 @@
       </div>
     </div><!-- /main -->
 
-    <?php if (!empty($right)): ?>
-      <div id="right" class="sidebar"><?php print $right ?></div>
-    <?php endif; ?>
-
-    <?php if (!empty($left)): ?>
-      <div id="left" class="sidebar"><?php print $left ?></div>
+    <?php if (!empty($right) or !empty($left)): ?>
+      <div id="right" class="sidebar"><?php print $right ?><?php print $left ?></div>
     <?php endif; ?>
 
   </div></div>
Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/eldir/style.css,v
retrieving revision 1.12
diff -u -p -r1.12 style.css
--- style.css	20 Oct 2009 22:04:37 -0000	1.12
+++ style.css	23 Oct 2009 02:55:53 -0000
@@ -294,7 +294,7 @@ div#page div.limiter { background:url(im
 
 div#main {
   float:left;
-  width:540px;
+  width:600px;
   padding:10px;
   }
 
@@ -306,7 +306,7 @@ div#main {
 
 div.sidebar {
   float:right;
-  width:170px;
+  width:300px;
   padding:10px;
   }
 
@@ -732,7 +732,7 @@ table.hosting-table th {
   }
 
 /* Node info */
-#hosting-task-list { width:230px; }
+#hosting-task-list { width:290px; }
 
 #hosting-platform-info,
 #hosting-site-info,
Index: images/page.png
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/eldir/images/page.png,v
retrieving revision 1.3
diff -u -p -r1.3 page.png
Binary files /tmp/cvsx8mDu2 and page.png differ
