From 66ef0a3b57ccecc21fed1a3131cef6c2e873d166 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Thu, 21 Jan 2010 16:23:07 +0000
Subject: [PATCH] Stripped out IE6 fixes, we don't have to deal with IE6 in
 mobile.

---
 plugins/mobile/views/mobile/css.php | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/plugins/mobile/views/mobile/css.php b/plugins/mobile/views/mobile/css.php
index aaa734ff..18449f51 100755
--- a/plugins/mobile/views/mobile/css.php
+++ b/plugins/mobile/views/mobile/css.php
@@ -167,22 +167,6 @@ z-index:9999999;
 
 
 
-/* IE 6 fixes */
-* html #widgets_left { 
-	height:360px;
-}
-* html #widgets_middle { 
-	height:360px;
-}
-* html #widgets_right { 
-	height:360px;
-	float:none;
-}
-
-/* IE6 layout fixes */
-* html #profile_info_column_left {
-	margin:0 10px 0 0;
-}
 /* IE7 */
 *:first-child+html #profile_info_column_left {
 
-- 
GitLab