diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-10-13 04:09:33 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-10-13 04:09:33 (GMT) |
commit | c10b29395d21f2f3215eb8716d1044a812cc661f (patch) | |
tree | 0fcafead88274694be2a5a63ee28403eb1c91345 /assets | |
parent | c9bdb7adf6ee408ce39db68ab8578d4340763e3a (diff) | |
download | mxe-c10b29395d21f2f3215eb8716d1044a812cc661f.zip mxe-c10b29395d21f2f3215eb8716d1044a812cc661f.tar.gz mxe-c10b29395d21f2f3215eb8716d1044a812cc661f.tar.bz2 |
css: Make row headers left-aligned
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'assets')
-rw-r--r-- | assets/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/common.css b/assets/common.css index 6dae66b..49499b4 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; |