From a6b964ca2726a91081cf10a32bada206663651f4 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Sun, 11 Jun 2017 10:49:29 +0200 Subject: [PATCH] Fixed table css --- custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom.css b/custom.css index 3c7d0e4..0a148d7 100644 --- a/custom.css +++ b/custom.css @@ -66,10 +66,10 @@ a{ text-align: center; } -#worlds table, td +#worlds table, td, th { border: 2px solid white; - width: 80%; + width: 100%; } table @@ -77,7 +77,7 @@ table width: 100%; } -a, p +a, p, td, th { font-family: "Verdana", serif; color: white;