21 lines
440 B
Plaintext
Executable File
21 lines
440 B
Plaintext
Executable File
<style>
|
|
.universal-table-show {
|
|
border: 1px solid #eee;
|
|
border-collapse: collapse;
|
|
}
|
|
.universal-table-show.table td{
|
|
padding: 15px 18px;
|
|
}
|
|
.table-title {
|
|
border-right: 1px solid #eee;
|
|
}
|
|
|
|
</style>
|
|
<table class="table table-striped universal-table-show">
|
|
<tbody data-level="0" data-list="entry">
|
|
<tr>
|
|
<td class="table-title">{{title}}</td>
|
|
<td>{{text}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table> |