From 8aa2efd5eb33ee8d9c8edb53f906f221f265099d Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 13 Feb 2019 13:28:32 +0100 Subject: [PATCH] Move some styles back into index.html These should only apply on servers.minetest.net, not when the server list is embedded into another page. --- static/index.html | 11 +++++++++++ static/style.css | 14 +------------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/static/index.html b/static/index.html index 28baa4c..116400e 100644 --- a/static/index.html +++ b/static/index.html @@ -3,6 +3,17 @@ Minetest server list +
diff --git a/static/style.css b/static/style.css index 64e322d..88ea3b6 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,3 @@ -#server_list { - font-family: Roboto, Ubuntu, "Segoe UI", sans; -} - #server_list .total { font-weight: bold; } @@ -31,15 +27,7 @@ background-color: #F3F3F3; } -#server_list a { - color: #336B87; -} - -#server_list a:visited { - color: #336BA1; -} - -#server_list .clients, #server_list .uptime, #server_list .ping { +#server_list td.clients, #server_list td.uptime, #server_list td.ping { text-align: center; }