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