From d1817d2afa956feb42930facb94afc73cc5acfbb Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 7 Apr 2014 18:07:28 -0700 Subject: [PATCH] Add row title style Signed-off-by: Timothy Gu --- assets/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/common.css b/assets/common.css index 328ca2df..6dae66ba 100644 --- a/assets/common.css +++ b/assets/common.css @@ -56,6 +56,10 @@ background-color: #f2f2f2; text-align: center; } + th.row { + background: #ececec; + vertical-align: middle; + } pre { font-size: 8pt; border: thin dotted #ccc;