Show More
@@ -36,7 +36,9 b' html {' | |||
|
36 | 36 | } |
|
37 | 37 | |
|
38 | 38 | .tag { |
|
39 |
color: # |
|
|
39 | /*color: #F5FFC9;*/ | |
|
40 | color: #FFD37D; | |
|
41 | /*color: #b4cfec;*/ | |
|
40 | 42 | } |
|
41 | 43 | |
|
42 | 44 | .post_id { |
@@ -396,4 +398,4 b' pre {' | |||
|
396 | 398 | border: 1px dashed #666; |
|
397 | 399 | margin: 0.2ex; |
|
398 | 400 | padding: 0.1ex; |
|
399 | } No newline at end of file | |
|
401 | } |
@@ -33,7 +33,7 b'' | |||
|
33 | 33 | <a class="tag" href="{% url 'tag' tag_name=tag.name %}" |
|
34 | 34 | >#{{ tag.name }}</a>, |
|
35 | 35 | {% endfor %} |
|
36 |
<a |
|
|
36 | <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}" | |
|
37 | 37 | >[...]</a> |
|
38 | 38 | <a class="link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> |
|
39 | 39 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now