feat: Use paired styles
Change .list_link style to &.link.
This commit is contained in:
parent
3ae1cebdd6
commit
a5462dcc7e
7 changed files with 11 additions and 11 deletions
|
|
@ -151,8 +151,8 @@ tags:
|
|||
<li>Mehr Abstand und</li>
|
||||
<li>mit Unterstrichen.</li>
|
||||
</ul>
|
||||
<pre class="pre_code"><code>ul.list_link>(li>a)*2</code></pre>
|
||||
<ul class="list_link">
|
||||
<pre class="pre_code"><code>ul.link>(li>a)*2</code></pre>
|
||||
<ul class="link">
|
||||
<li>
|
||||
<a href="">Mit</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue