Author: mwringe
Date: 2010-04-09 15:28:13 -0400 (Fri, 09 Apr 2010)
New Revision: 2575
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
Log:
GTNPORTAL-890: remove table, thead and tbody css classes from the portlet css classes as
these should not be added here.
Modified: portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-04-09
18:35:10 UTC (rev 2574)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-04-09
19:28:13 UTC (rev 2575)
@@ -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