From 1a393265d60cc43c888947e87ff483e15ab65ee0 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sat, 3 Oct 2015 18:24:33 +0100 Subject: Centre text in tables --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 03d899a..2b80625 100644 --- a/style.css +++ b/style.css @@ -140,3 +140,7 @@ h1>em>a:hover { .hide { display: none; } + +.table { + text-align: center; +} -- cgit v1.2.1