Author: thomas.heute(a)jboss.com
Date: 2010-04-09 15:40:01 -0400 (Fri, 09 Apr 2010)
New Revision: 2576
Modified:
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
Log:
JBEPP-237: GateIn should provide default styling for standard portlet CSS classes
Remove table tbody thead definitions
Modified:
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
===================================================================
---
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-04-09
19:28:13 UTC (rev 2575)
+++
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-04-09
19:40:01 UTC (rev 2576)
@@ -117,22 +117,6 @@
/** TABLE **/
-table {
- border: 1px solid #b7b7b7;
- border-collapse: collapse;
- padding-left: 1px;
- margin: auto;
- table-layout: fixed;
-}
-
-thead {
- border: 1px solid #b7b7b7;
-}
-
-tbody {
- padding-bottom: 1px;
-}
-
/* Table header and footer */
.portlet-table-header, .portlet-table-footer {
line-height: 19px;
Show replies by date