Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv29768/templates
Modified Files:
browse.html
Log Message:
made browse look good in 640x480.. :) ( on my screen anyway. should
look fine in Win/IE since the fonts are smaller than Linux/Moz )
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -U2 -r1.41 -r1.42
--- browse.html 2001/12/20 22:58:03 1.41
+++ browse.html 2001/12/21 07:25:43 1.42
@@ -19,5 +19,5 @@
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<tr>
- <td width="60%" align="center" bgcolor="#AAAAAA">
+ <td width="65%" align="center" bgcolor="#AAAAAA">
<select name="vcs_command">
<option></option>
@@ -63,5 +63,5 @@
<table width="100%" border="1">
<tr>
- <td width="55%" align="left">
+ <td width="65%" align="left">
<a href="javascript:selectAll(document.browse.filename)">Select All</a>
|
@@ -75,5 +75,5 @@
</font>
</td>
- <td width="10%" align="left" bgcolor="#CCCCCC">
+ <td width="20%" align="left" bgcolor="#CCCCCC">
<font size="2">
  Commands
@@ -104,5 +104,5 @@
</a>
</td>
- <td align="left" width="10%">
+ <td align="left" width="20%">
 
<font size="2">
|