No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with
6 additions and
1 deletions
-
stylesheet.css
-
templates/index.html
|
|
@ -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>--> |
|
|
|