Author: abelevich
Date: 2007-09-18 07:37:21 -0400 (Tue, 18 Sep 2007)
New Revision: 2977
Modified:
trunk/ui/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss
Log:
(RF-535) remove property border-collapse: collapse from .dt-table css class
Modified:
trunk/ui/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss
===================================================================
---
trunk/ui/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss 2007-09-18
11:03:21 UTC (rev 2976)
+++
trunk/ui/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss 2007-09-18
11:37:21 UTC (rev 2977)
@@ -12,7 +12,7 @@
<f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="background-color" skin="tableBackgroundColor"
/> <!--tableBackgroundColor-->
- <u:style name="border-collapse" value="collapse" />
+ <!-- <u:style name="border-collapse" value="inherit" /> fix
RF-535 -->
</u:selector>
<u:selector name=".dr-table-cell" >
Show replies by date