magicword spacing
This commit is contained in:
parent
945e77cb4b
commit
a0bd69c489
@ -30,3 +30,6 @@ hr{
|
||||
max-width: 600px;
|
||||
}
|
||||
.info{font-size: smaller;}
|
||||
.magicwords{
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
@ -41,7 +41,9 @@
|
||||
</td>
|
||||
<!-- WOW -->
|
||||
<td class="magicwords">
|
||||
{% for magicword in pad.magicwords %}<a href="#{{ magicword }}">{{ magicword }}</a> {% endfor %}
|
||||
{% for magicword in pad.magicwords %}
|
||||
<a class="magicwords" href="#{{ magicword }}">{{ magicword }}</a>
|
||||
{% endfor %}
|
||||
</td>
|
||||
<!--<td class="lastedited">{{ pad.lastedited_iso|datetimeformat }}</td>-->
|
||||
<!--<td class="revisions">{{ pad.revisions }}</td>-->
|
||||
|
Loading…
Reference in New Issue
Block a user