From c576a7ae6e0ee2642643a4b2b4e304ea204bc6ba Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 6 Jan 2016 19:19:20 +0100 Subject: [PATCH] style: vertical-align header text --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 8742827..958b76b 100644 --- a/style.css +++ b/style.css @@ -36,6 +36,9 @@ table thead td { table td { padding: 0 0.4em; +} + +#content table td { white-space: nowrap; vertical-align: top; } -- 2.39.2