summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-13 04:09:33 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-13 04:09:33 (GMT)
commitc10b29395d21f2f3215eb8716d1044a812cc661f (patch)
tree0fcafead88274694be2a5a63ee28403eb1c91345 /assets
parentc9bdb7adf6ee408ce39db68ab8578d4340763e3a (diff)
downloadmxe-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.css1
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;