[interchange-cvs] interchange - heins modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Apr 19 23:41:07 EDT 2005


User:      heins
Date:      2005-04-20 03:41:07 GMT
Modified:  dist/standard/pages/ord basket.html
Modified:  dist/standard/variables THEME_CSS
Log:
* Make borders work for cartnorm and cartalt class.

* Change borders to make look better (IMHO). I assume no one had
  strong feelings because they couldn't be tested. 8-)

Revision  Changes    Path
1.5       +2 -2      interchange/dist/standard/pages/ord/basket.html


rev 1.5, prev_rev 1.4
Index: basket.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/basket.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- basket.html	28 Jan 2005 01:13:49 -0000	1.4
+++ basket.html	20 Apr 2005 03:41:07 -0000	1.5
@@ -94,8 +94,8 @@
 	<table>
     	<tr>
       		<td>
-        	<table cellspacing="0" cellpadding="4" border="0">
-				<tr>
+        	<table cellspacing="0" cellpadding="4" border="0" style="border-collapse: collapse">
+				<tr style="border: 1px solid black;">
           			<td class="titletab_small"><b>&nbsp;[L]Remove[/L]</b></td>
 			        <td class="titletab_small" align="center"><b>[L]SKU[/L]</b></td>
           			<td class="titletab_small"><b>[L]Description[/L]</b></td>



1.3       +6 -6      interchange/dist/standard/variables/THEME_CSS


rev 1.3, prev_rev 1.2
Index: THEME_CSS
===================================================================
RCS file: /var/cvs/interchange/dist/standard/variables/THEME_CSS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- THEME_CSS	26 Jan 2005 18:01:26 -0000	1.2
+++ THEME_CSS	20 Apr 2005 03:41:07 -0000	1.3
@@ -374,10 +374,10 @@
   	color: #000000;
   	font-weight: normal;
   	font-size: 11px;
-  	border-top: 2px solid black;
-  	border-bottom: 2px solid black;
+  	border-top: 0;
+  	border-bottom: 1px solid black;
   	border-left: 1px solid black;
-  	border-right: 2px solid black;
+  	border-right: 1px solid black;
 }
 
 
@@ -387,10 +387,10 @@
   	color: #000000;
   	font-weight: normal;
   	font-size: 11px;
-  	border-top: 2px solid black;
-  	border-bottom: 2px solid black;
+  	border-top: 0;
+  	border-bottom: 1px solid black;
   	border-left: 1px solid black;
-  	border-right: 2px solid black;
+  	border-right: 1px solid black;
 }
 
 A.cartlink:link, A.cartlink:active, A.cartlink:visited {








More information about the interchange-cvs mailing list