summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-04-08 01:07:28 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-08 02:47:00 (GMT)
commitd1817d2afa956feb42930facb94afc73cc5acfbb (patch)
tree5bbcacfca3fe84066fd2176f35a7945b24f2213f /assets
parent32cecfa37cec5c9935e10aac074f0c320914f226 (diff)
downloadmxe-d1817d2afa956feb42930facb94afc73cc5acfbb.zip
mxe-d1817d2afa956feb42930facb94afc73cc5acfbb.tar.gz
mxe-d1817d2afa956feb42930facb94afc73cc5acfbb.tar.bz2
Add row title style
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'assets')
-rw-r--r--assets/common.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/common.css b/assets/common.css
index 328ca2d..6dae66b 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;