aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2020-12-03 00:28:56 +0300
committerBonfaceKilz2020-12-03 01:37:00 +0300
commit66fb2fa6bf83b8d6e6d1cb7e159ea806bca4aebb (patch)
tree151c504a20ee192d939f197fa6c9f4636c3a24cf
parentbf4b901fe7ebd02416b026974ed784970d8023dd (diff)
downloadgenenetwork2-66fb2fa6bf83b8d6e6d1cb7e159ea806bca4aebb.tar.gz
Center-align the table header and left-align the table body
-rw-r--r--wqflask/wqflask/static/new/css/markdown.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/wqflask/wqflask/static/new/css/markdown.css b/wqflask/wqflask/static/new/css/markdown.css
index e10dd9d3..0c0309fb 100644
--- a/wqflask/wqflask/static/new/css/markdown.css
+++ b/wqflask/wqflask/static/new/css/markdown.css
@@ -61,6 +61,15 @@
width: 100%;
}
+#markdown td {
+ padding: 1em;
+ text-align: left;
+}
+
+#markdown th {
+ text-align: center;
+}
+
#markdown table,
#markdown td,
#markdown th {
@@ -71,7 +80,6 @@
#markdown th {
padding-top: 8px;
padding-bottom: 8px;
- text-align: center;
}
@media(max-width:650px) {