css: Make row headers left-aligned

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-10-13 04:09:33 +00:00
parent c9bdb7adf6
commit c10b29395d
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
th.row {
background: #ececec;
vertical-align: middle;
text-align: left;
}
pre {
font-size: 8pt;