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

@@ -29,7 +29,7 @@ if ( $seasons ):
$data[ __( 'Season', 'sportspress' ) ] = $season->name;
endif;
?>
<h3><?php _e( 'Details', 'sportspress' ); ?></h3>
<h4 class="sp-table=caption"><?php _e( 'Details', 'sportspress' ); ?></h4>
<div class="sp-table-wrapper sp-scrollable-table-wrapper">
<table class="sp-event-details sp-data-table">
<thead>