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