Browse Source

magicword spacing

main
Luke Murphy 3 years ago
parent
commit
a0bd69c489
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 3
      stylesheet.css
  2. 4
      templates/index.html

3
stylesheet.css

@ -30,3 +30,6 @@ hr{
max-width: 600px;
}
.info{font-size: smaller;}
.magicwords{
padding-right: 5px;
}

4
templates/index.html

@ -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…
Cancel
Save