# HG changeset patch # User neko259 # Date 2015-01-22 13:06:18 # Node ID b93829b17f6f6c4d7d6137ae28528718937fadef # Parent 225d57cf23639a9c53d7f058efc400381d881b24 Don't show borders around tags in all tags view diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -444,7 +444,6 @@ pre { .tag_item { display: inline-block; - border: 1px dashed #666; margin: 0.2ex; padding: 0.1ex; } diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -64,7 +64,7 @@ {{ tag.get_view }} {% endautoescape %} {% if moderator %} - [{% trans 'Edit tag' %}] + [{% trans 'Edit tag' %}] {% endif %}