Add row title style

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-04-07 18:07:28 -07:00
parent 32cecfa37c
commit d1817d2afa
1 changed files with 4 additions and 0 deletions

View File

@ -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;