From 72785f35aa3b1d0f4e01f0345f938f1b310109f8 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 12 Apr 2012 21:03:25 +0200 Subject: [PATCH] Some overriding of bootstrap default css --- src/root/static/css/hydra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index 5553a8e8..f2151542 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -4,4 +4,8 @@ font-size: larger; } +th { + text-align: left; + vertical-align: top; +}