From: Hiltjo Posthuma Date: Wed, 6 Jan 2016 18:19:20 +0000 (+0100) Subject: style: vertical-align header text X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=c576a7ae6e0ee2642643a4b2b4e304ea204bc6ba;p=forks%2Fstagit.git style: vertical-align header text --- 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; }