]> git.armaanb.net Git - stagit.git/commitdiff
style: vertical-align header text
authorHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 6 Jan 2016 18:19:20 +0000 (19:19 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 6 Jan 2016 18:19:20 +0000 (19:19 +0100)
style.css

index 87428278701cb7cbf6d54eb4a704d1644bebac48..958b76b615b719b27a55690040fa44a5627e3218 100644 (file)
--- 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;
 }