style: vertical-align header text - stagit-gopher - A git gopher frontend. (mirror)
HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit c576a7ae6e0ee2642643a4b2b4e304ea204bc6ba
DIR parent 3aa8ac2a1e2dc22c7776478cf0499aee30cfffa8
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 6 Jan 2016 19:19:20 +0100
style: vertical-align header text
Diffstat:
M style.css | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git 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;
}