paulsp      2002/07/13 03:56:17

  Modified:    webapp/search index.html
  Log:
  Set the table width a 100% to let the browser determine the widht.  This
  as causing problem with IE6
  PR: 10308
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-jetspeed/webapp/search/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/search/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html        29 May 2001 10:00:20 -0000      1.3
  +++ index.html        13 Jul 2002 10:56:17 -0000      1.4
  @@ -83,7 +83,7 @@
   
   <center>
   
  -<table width="400">
  +<table width="100%">
   
       <form name="search" onsubmit="return searchEngine( getCurrentEngine() );">
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to