Added class to table on create post or page
This commit is contained in:
parent
6c440840cf
commit
b268d3d0f1
|
@ -25,6 +25,9 @@ jQuery(document).ready(function( $ ) {
|
|||
*/
|
||||
$('#comments ul.children').addClass('align-children');
|
||||
|
||||
|
||||
$('.tainacan-single-post .tainacan-content table').addClass('table table-borderless');
|
||||
|
||||
/**
|
||||
* Add the icon on previous and next pagination in comment list
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue