summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--templates/index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index e0d71e9..390a354 100644
--- a/index.html
+++ b/index.html
@@ -23,11 +23,11 @@
#hosts li {
list-style-type: none;
text-align: center;
- line-height: 100px;
margin: 10px;
}
#hosts li a {
+ line-height: 100px;
display: block;
}
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>