From 2b5486f7b867b1a66dd0fdcc49428ce68a6756d4 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Sat, 26 Jan 2019 21:51:31 +0200 Subject: [PATCH] Centered main table header --- pube.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pube.css b/pube.css index 42c813f..8c5f572 100644 --- a/pube.css +++ b/pube.css @@ -86,6 +86,10 @@ table { } +#services th { + text-align: middle; +} + #services td:first-child { width: 16px; }