File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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' } }
You can’t perform that action at this time.
0 commit comments