summaryrefslogtreecommitdiffstats
path: root/www/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/custom.css')
-rw-r--r--www/css/custom.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/css/custom.css b/www/css/custom.css
index 0657847..0c0b6de 100644
--- a/www/css/custom.css
+++ b/www/css/custom.css
@@ -12,20 +12,20 @@ h1 {
text-align: center;
}
-#hosts li {
+#hostlist .list li {
list-style-type: none;
text-align: center;
margin-top: 20px;
display: table;
}
-#hosts li a {
+#hostlist .list li a {
height: 100px;
display: table-cell;
vertical-align: middle;
}
-#hosts li a:hover {
+#hostlist .list li a:hover {
background-color: #CCC;
color: #000;
text-decoration: none;
@@ -34,3 +34,7 @@ h1 {
td.centering, p.centering {
text-align: center;
}
+
+.searchbox {
+ margin-top: 2em;
+}