From c10b29395d21f2f3215eb8716d1044a812cc661f Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 13 Oct 2014 04:09:33 +0000 Subject: [PATCH] css: Make row headers left-aligned Signed-off-by: Timothy Gu --- assets/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/common.css b/assets/common.css index 6dae66ba..49499b40 100644 --- a/assets/common.css +++ b/assets/common.css @@ -59,6 +59,7 @@ th.row { background: #ececec; vertical-align: middle; + text-align: left; } pre { font-size: 8pt;