aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2016-01-06 19:19:20 +0100
committerHiltjo Posthuma <[email protected]>2016-01-06 19:19:20 +0100
commitc576a7ae6e0ee2642643a4b2b4e304ea204bc6ba (patch)
tree5f4fcbba74054ad2cf3bdf9cc52fc5c6092f17b3 /style.css
parent3aa8ac2a1e2dc22c7776478cf0499aee30cfffa8 (diff)
downloadstagit-c576a7ae6e0ee2642643a4b2b4e304ea204bc6ba.tar.gz
stagit-c576a7ae6e0ee2642643a4b2b4e304ea204bc6ba.zip
style: vertical-align header text
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
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;
}