From e14d87f2bf49bf379195cb06f677b2a61f821a39 Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Mon, 13 Jul 2009 21:18:25 +0000
Subject: [PATCH] Removed some unnecessary junk in the header file

---
 .../views/default/page_elements/header.php    | 29 -------------------
 1 file changed, 29 deletions(-)

diff --git a/unl_theme/views/default/page_elements/header.php b/unl_theme/views/default/page_elements/header.php
index 5ce460d7..7d3811af 100644
--- a/unl_theme/views/default/page_elements/header.php
+++ b/unl_theme/views/default/page_elements/header.php
@@ -43,35 +43,6 @@ if (isset($pickerinuse) && $pickerinuse == true) { ?>
 ?>
 <!-- include the default css file -->
 <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">
-a { color: #900; }
-a:hover { color: #C00; text-decoration: none;}
-/* #navigation {display:none;} */
-/* #container #main_right {width:960px;} 
-
-#unlsearch fieldset label { color: #FFF; font-size: 100%; }
-#unlsearch fieldset input { 
-    padding: 0; 
-    -moz-border-radius:0;
-    font-family: inherit;
-    color: #000;
-}
-#fixed { font-size: 71%; }
-#quicklinks { line-height: 1; }
-
-#header ul { margin: 0; }
-#two_column_left_sidebar_maincontent { width: 700px; }
-#title { padding-bottom: 10px;  }
-
-#elgg_topbar { min-width: 0; }
-#maincontent li.drop ul { padding: 0; }
-#widgets_left { min-height: 0; }
-*/
-
-
-
-
-</style>
 <?php 
 echo $feedref;
 echo elgg_view('metatags',$vars); 
-- 
GitLab