File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,9 @@ local.properties
66
66
* .csproj
67
67
.builds
68
68
** /* .dotCover
69
- ** /nuget package /*
70
69
71
70
# # TODO: If you have NuGet Package Restore enabled, uncomment this
72
- packages /
71
+ # packages/
73
72
74
73
# Visual C++ cache files
75
74
ipch /
Original file line number Diff line number Diff line change @@ -26,23 +26,24 @@ h2. Markup
26
26
27
27
<pre>
28
28
<table>
29
- <thead>
30
- <tr>
31
- <th>Type</th>
32
- </tr>
33
- </thead>
34
- <tbody>
35
- <tr data-type="modal" data-content="This content will be displayed in a Bootstrap modal popup">
36
- <td>Modal</td>
37
- </tr>
38
- <tr data-type="inline" data-content="This content will be displayed in a row under this .row">
39
- <td>Inline</td>
40
- </tr>
41
- </tbody>
29
+ <thead>
30
+ <tr>
31
+ <th>Type</th>
32
+ </tr>
33
+ </thead>
34
+ <tbody>
35
+ <tr data-type="modal" data-content="This content will be displayed in a Bootstrap modal popup">
36
+ <td>Modal</td>
37
+ </tr>
38
+ <tr data-type="inline" data-content="This content will be displayed in a row under this .row">
39
+ <td>Inline</td>
40
+ </tr>
41
+ </tbody>
42
42
</table>
43
43
</pre>
44
44
45
45
h2. Usage
46
+
46
47
<pre>
47
48
<script type="text/javascript">
48
49
$('table').table();
You can’t perform that action at this time.
0 commit comments