stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit 874641cdeaf4a3468a9ec7588e1e490af6c12c69 parent 7e14c4d1e20da41d29dd6aaa89111b1117b5d932 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(-)
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; }