Add class to table captions instead of wrapping

This commit is contained in:
Brian Miyaji
2014-07-11 09:45:52 +10:00
parent 0f0d15f4f7
commit cab3ba3db5
5 changed files with 4 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ if ( empty( $table_rows ) ):
else:
$output .= '<h3>' . __( 'Team Results', 'sportspress' ) . '</h3>';
$output .= '<h4 class="sp-table=caption">' . __( 'Team Results', 'sportspress' ) . '</h4>';
$output .= '<div class="sp-table-wrapper sp-scrollable-table-wrapper">' .
'<table class="sp-event-results sp-data-table sp-responsive-table"><thead>' .