We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98edc5 commit 4e88698Copy full SHA for 4e88698
tmpl/params.tmpl
@@ -51,7 +51,7 @@
51
});
52
?>
53
54
-<table class="params">
+<table class="table table-bordered params">
55
<thead>
56
<tr>
57
<?js if (params.hasName) {?>
@@ -68,7 +68,7 @@
68
<th>Default</th>
69
<?js } ?>
70
71
- <th class="last">Description</th>
+ <th>Description</th>
72
</tr>
73
</thead>
74
<tbody>
tmpl/properties.tmpl
@@ -39,7 +39,7 @@
39
40
41
42
-<table class="props">
+<table class="table table-bordered props">
43
44
45
<?js if (props.hasName) {?>
@@ -56,7 +56,7 @@
58
59
60
61
62
0 commit comments