From db4e4927e3426931dc94e85646d5760070671e3a Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Fri, 27 Mar 2009 14:23:49 +0000
Subject: [PATCH] Expand main_right to fill entire maincontent area.

---
 unl_theme/views/default/page_elements/header.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/unl_theme/views/default/page_elements/header.php b/unl_theme/views/default/page_elements/header.php
index 61d6fb18..af5fdf0b 100644
--- a/unl_theme/views/default/page_elements/header.php
+++ b/unl_theme/views/default/page_elements/header.php
@@ -44,6 +44,7 @@ if (isset($pickerinuse) && $pickerinuse == true) { ?>
 <link rel="stylesheet" href="<?php echo $vars['url']; ?>_css/css.css?lastcache=<?php echo $vars['config']->lastcache; ?>&amp;viewtype=<?php echo $vars['view']; ?>" type="text/css" />
 <style type="text/css">
 #navigation {display:none;}
+#container #main_right {width:960px;}
 </style>
 <?php 
 echo $feedref;
-- 
GitLab