diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 9e3b81881282efaf00bd73aecdd87e007b7e3235..996e3f08f9648636a43c09cfc54c0600eea857fe 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>