##// 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 .tag_item {
445 .tag_item {
446 display: inline-block;
446 display: inline-block;
447 border: 1px dashed #666;
448 margin: 0.2ex;
447 margin: 0.2ex;
449 padding: 0.1ex;
448 padding: 0.1ex;
450 }
449 }
@@ -64,7 +64,7 b''
64 {{ tag.get_view }}
64 {{ tag.get_view }}
65 {% endautoescape %}
65 {% endautoescape %}
66 {% if moderator %}
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 {% endif %}
68 {% endif %}
69 </h2>
69 </h2>
70 </div>
70 </div>
General Comments 0
You need to be logged in to leave comments. Login now