feat: Change - to _ for selector names
This commit is contained in:
parent
245227d7e9
commit
d533563569
9 changed files with 16 additions and 16 deletions
|
|
@ -221,8 +221,8 @@ order: 3
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<pre class="pre_code"><code>table.width_full.stripe.fix.free>tr>td*3</code></pre>
|
||||
<table class="width_full stripe fix free">
|
||||
<pre class="pre_code"><code>table.width_full.striped.fix.free>tr>td*3</code></pre>
|
||||
<table class="width_full striped fix free">
|
||||
<tr>
|
||||
<td>Tabelle</td>
|
||||
<td></td>
|
||||
|
|
@ -278,7 +278,7 @@ order: 3
|
|||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<pre class="pre_code"><code>table>tr>td+td.ellipsis+td[style="width: 50%"]</code></pre>
|
||||
<pre class="pre_code"><code>table.width_full.fix>tr>td+td.ellipsis+td[style="width: 50%"]</code></pre>
|
||||
<table class="width_full fix">
|
||||
<tr>
|
||||
<td>Index</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue