From 306bdd322fd2fd8e2d0b0bb021a4930aacc3ad30 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Wed, 4 Aug 2021 15:41:48 -0500 Subject: [PATCH] Minecraft tracker: fix incorrect bold css --- WebHostLib/static/styles/minecraftTracker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/static/styles/minecraftTracker.css b/WebHostLib/static/styles/minecraftTracker.css index 228ce2e6..1d3647b3 100644 --- a/WebHostLib/static/styles/minecraftTracker.css +++ b/WebHostLib/static/styles/minecraftTracker.css @@ -78,7 +78,7 @@ text-align: right; } -#location-table tr.location-category:last-child { +#location-table tr#Total-header { font-weight: bold; }