summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 1933e65..3873911 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,8 +3,8 @@
<ul id="hosts" class="row">
{{#hosts}}
- <li class="span2 thumbnail">
- <a data-uri="{{uri}}">{{name}}</a>
+ <li class="span2">
+ <a data-uri="{{uri}}" class="thumbnail">{{name}}</a>
</li>
{{/hosts}}
</ul>