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
|
|
@ -231,9 +231,9 @@ tags:
|
|||
<pre class="pre_code"><code>hr.dotted.space_even_fourth</code></pre>
|
||||
<hr class="dotted space_even_fourth">
|
||||
<h3>ul</h3>
|
||||
<pre class="pre_code"><code>nav>ul.list_link>(li>a)+li>a>img+span</code></pre>
|
||||
<pre class="pre_code"><code>nav>ul.link>(li>a)+li>a>img+span</code></pre>
|
||||
<nav>
|
||||
<ul class="list_link">
|
||||
<ul class="link">
|
||||
<li>{% link hippie.placeholders.mail, '📧 name@domain.tld' %}</li>
|
||||
<li>
|
||||
<a href=""><img src="/art/bullet.gif" alt="">{% text hippie.placeholders.name %}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue