Enlightenment CVS committal Author : raster Project : web Module : www
Dir : web/www Modified Files: p.php Log Message: stop lang icons from wrapping if window si 800 wide - firefox =================================================================== RCS file: /cvs/e/web/www/p.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- p.php 12 Apr 2007 00:06:52 -0000 1.5 +++ p.php 21 Apr 2007 03:08:39 -0000 1.6 @@ -25,11 +25,7 @@ echo(nav_button("main4", "lnav")); ?> </table> - <img src="i/_.gif" style='width:1px; height:8px;' alt=' '/><br/> - <img src="i/_.gif" style='width:4px; height:4px;' alt=' '/> - <div class='l ll'> - <?php show_langs("p/lang1"); ?> - </div> + <div class='l ll'><?php show_langs("p/lang1"); ?></div> </td> <td class="tl"> <img src="i/_.gif" style='width:600px; height:5px;' alt=' '/><br/> @@ -44,11 +40,7 @@ echo(nav_button("main8", "rnav")); ?> </table> - <img src="i/_.gif" style='width:1px; height:8px;' alt=' '/><br/> - <div class='l lr'> - <?php show_langs("p/lang2"); ?> - </div> - <img src="i/_.gif" style='width:4px; height:4px;' alt=' '/> + <div class='l lr'><?php show_langs("p/lang2"); ?></div> </td> </tr> </table> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs