added class to table to look like bootstrap.

This commit is contained in:
Ruediger Marwein 2022-05-31 19:00:56 +02:00
parent 73186bf2f4
commit 0495005c0b

@ -2,6 +2,13 @@ jQuery(function($) {
var mediaMgrInterval = null;
/**
* General layout tweaks
*/
(function() {
$('article table').addClass('table');
})();
/**
* Edit form
*/