Change record status: 
Introduced in branch: 
7.x-1.x
Description: 

These changes were introduced in commit eb36bd3
With this commit there has been some changes to the markup created by Field Collection Table.

  • There were some places where classes would be set by Drupal machine names. This ended up with the markup being a mix between underscore and dash-separated classes. To make things consistent we call drupal_html_class() where machine names are used for classes. This might require you to update your CSS if you were using these selectors.
  • Reverted #2463881 which added classes to rows and cells of the table. If you were using these classes for styling, CSS3 nth-selectors should fill the gap.
Impacts: 
Themers