summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-10-08 14:04:48 +0200
committerLeif Johansson <leifj@sunet.se>2012-10-08 14:04:48 +0200
commit414bc0539b6c3f560a3df3658c522a753e97811d (patch)
treeb9b2e352fbbbe382447ae763f21b4c2f45623ff5
parentf25a37a9ee71ca06206c4fde09a76e741c075007 (diff)
cleanup
-rw-r--r--templates/apps/room/tag.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/room/tag.html b/templates/apps/room/tag.html
index 087862f..6f7b9f8 100644
--- a/templates/apps/room/tag.html
+++ b/templates/apps/room/tag.html
@@ -17,7 +17,7 @@ class="form-inline"
your room.
</div>
{% if tags %}
- <div>
+ <div style="margin-bottom: 20px;">
{% for tag in tags %}
<span class="btn-group">
<a class="btn btn-small" href="/room/+{{tag}}">{{tag}}</a>&nbsp;