Skip to content

Commit ae743d8

Browse files
committed
[BUGFIX] Drop base table class
1 parent 04b8e8c commit ae743d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Configuration/RTE/Default.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ editor:
1818
- { name: "Lead", element: "p", attributes: { 'class': 'lead' } }
1919
- { name: "Small", element: "small" }
2020

21-
- { name: "Table", element: "table", attributes: { 'class': 'table' } }
22-
- { name: "Table Striped", element: "table", attributes: { 'class': 'table table-striped' } }
23-
- { name: "Table Bordered", element: "table", attributes: { 'class': 'table table-bordered' } }
24-
- { name: "Table Condensed", element: "table", attributes: { 'class': 'table table-condensed' } }
21+
- { name: "Table Striped", element: "table", attributes: { 'class': 'table-striped' } }
22+
- { name: "Table Bordered", element: "table", attributes: { 'class': 'table-bordered' } }
23+
- { name: "Table Condensed", element: "table", attributes: { 'class': 'table-condensed' } }
2524

2625
- { name: "Row Active", element: "tr", attributes: { 'class': 'table-active' } }
2726
- { name: "Row Success", element: "tr", attributes: { 'class': 'table-success' } }

0 commit comments

Comments
 (0)