added class to table to look like bootstrap.
This commit is contained in:
@ -2,6 +2,13 @@ jQuery(function($) {
|
||||
|
||||
var mediaMgrInterval = null;
|
||||
|
||||
/**
|
||||
* General layout tweaks
|
||||
*/
|
||||
(function() {
|
||||
$('article table').addClass('table');
|
||||
})();
|
||||
|
||||
/**
|
||||
* Edit form
|
||||
*/
|
||||
|
Reference in New Issue
Block a user