From d5533313802d52d284bf2c845801d0e90e58305d Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Mon, 24 Aug 2009 22:13:47 +0000
Subject: [PATCH] markup for featured husker images to make work in IE. Stupid
 IE, what a pain in the a$$.

---
 .../views/default/customindex/content.php     | 38 ++++++++++++-------
 1 file changed, 24 insertions(+), 14 deletions(-)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 9e3b8188..996e3f08 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -358,22 +358,32 @@
 	<div class="col right">
 		<h3 class="sec_main">Featured Huskers</h3>
 		<div class="zenbox">
-		<img src="mod/customindex/witw_icons/Warren_Buffett_medium.jpg" alt="Warren Buffet" width="60px" height="60px" style="float:left;margin:0px 5px 5px 0px;" />
-		<span class="name">Warren Buffett</span><br />
-		<span class="title">Chairman, Berkshire Hathaway</span><br />
-		<span class="location"> USA - Omaha, NE</span><br />
-		Warren Buffett, '50, has some investment advice for everyone: invest in yourself.<br />
-		<a href="featured/husker/Warren_Buffett/">Continue Reading...</a>
-		
+		<div style="float:left;margin:0px 5px 5px 0px;">
+			<img src="mod/customindex/witw_icons/Warren_Buffett_medium.jpg" alt="Warren Buffet" style="width:60px;height:60px;" />
+		</div>
+		<div style="float:left ;width:140px;">
+			<span class="name">Warren Buffett</span><br />
+			<span class="title">Chairman, Berkshire Hathaway</span><br />
+			<span class="location"> USA - Omaha, NE</span>
+		</div>
+		<div class="clear">
+			Warren Buffett, '50, has some investment advice for everyone: invest in yourself.<br />
+			<a href="featured/husker/Warren_Buffett/">Continue Reading...</a>
+		</div>
 		</div>
 		<div class="zenbox">
-		<img src="mod/customindex/witw_icons/Atorod_Azizinamini_medium.jpg" alt="Atorod Azizinamini" width="60px" height="60px"  style="float:left;margin:0px 5px 5px 0px;" />
-		<span class="name">Atorod Azizinamini</span><br />
-		<span class="title">Professor of Civil Engineering and Director of NaBRO</span><br />
-		<span class="location">South Korea</span><br />
-		Atorod Azizinamini is developing better ways to renovate existing bridges and to build new ones that last a century or longer.<br />
-		<a href="featured/husker/Atorod_Azizinamini/">Continue Reading...</a>
-		
+		<div style="float:left;margin:0px 5px 5px 0px;">
+			<img src="mod/customindex/witw_icons/Atorod_Azizinamini_medium.jpg" alt="Atorod Azizinamini" style="width:60px;height:60px;" />
+		</div>
+		<div style="float:left ;width:140px;">
+			<span class="name">Atorod Azizinamini</span><br />
+			<span class="title">Professor of Civil Engineering and Director of NaBRO</span><br />
+			<span class="location">South Korea</span>
+		</div>
+		<div class="clear">
+			Atorod Azizinamini is developing better ways to renovate existing bridges and to build new ones that last a century or longer.<br />
+			<a href="featured/husker/Atorod_Azizinamini/">Continue Reading...</a>
+		</div>
 		</div>
 		<a href="featured/" title="See all the featured Huskers">See all the featured Huskers...</a>
 	</div>
-- 
GitLab