diff options
author | Leif Johansson <leifj@sunet.se> | 2012-11-01 01:38:30 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-11-01 01:38:30 +0100 |
commit | 94a96c2f30fe59519be9a1ef6c429208337c0e04 (patch) | |
tree | 738745d208b789ad83356039b89b7f50c443b4dc /templates | |
parent | 60c102e4b75a083f4c0b73256ac55eef1876ee08 (diff) |
smaller buttons
Diffstat (limited to 'templates')
-rw-r--r-- | templates/apps/room/choose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/room/choose.html b/templates/apps/room/choose.html index 4749708..68de47e 100644 --- a/templates/apps/room/choose.html +++ b/templates/apps/room/choose.html @@ -19,7 +19,7 @@ {{room.description}} </dd> {% endif %} - <dd><a class="btn btn-success" href="{{BASE_URL}}go/{{room.id}}">Enter Room</a></dd> + <dd><a class="btn btn-success btn-small" href="{{BASE_URL}}go/{{room.id}}">Enter Room</a></dd> {% endfor %} </dl> {% endblock %}
\ No newline at end of file |