##// END OF EJS Templates
Don't show borders around tags in all tags view
neko259 -
r952:b93829b1 default
parent child Browse files
Show More
@@ -444,7 +444,6 b' pre {'
444 444
445 445 .tag_item {
446 446 display: inline-block;
447 border: 1px dashed #666;
448 447 margin: 0.2ex;
449 448 padding: 0.1ex;
450 449 }
@@ -64,7 +64,7 b''
64 64 {{ tag.get_view }}
65 65 {% endautoescape %}
66 66 {% if moderator %}
67 [<a href="{% url 'admin:boards_tag_change' tag.id %}"$>{% trans 'Edit tag' %}</a>]
67 [<a href="{% url 'admin:boards_tag_change' tag.id %}">{% trans 'Edit tag' %}</a>]
68 68 {% endif %}
69 69 </h2>
70 70 </div>
General Comments 0
You need to be logged in to leave comments. Login now